Checkio API
get/{tenantId}/v1/profile

Get tenant profile

Requires Authentication
Tenant

Returns the public profile for a tenant

Path Parameters

NameTypeDescription
tenantId
required
string (uuid)Tenant UUID

Responses

Tenant profile

Response Bodyapplication/json
id
string (uuid)
name
string
hasLogo
boolean
logoUrl
string
updatedAt
string (date-time)
createdAt
string (date-time)

Code Examples

curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1/profile' \
  -H 'Authorization: Bearer {token}'