get
/{tenantId}/v1/profileGet tenant profile
Requires Authentication
Tenant
Returns the public profile for a tenant
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
Responses
Tenant profile
Response Bodyapplication/json
idstring (uuid)
namestring
hasLogoboolean
logoUrlstring
updatedAtstring (date-time)
createdAtstring (date-time)
Code Examples
curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/profile' \
-H 'Authorization: Bearer {token}'