Checkio API
get/{tenantId}/v1

Get tenant details

Requires Authentication
Tenant

Returns full tenant details including balance

Path Parameters

NameTypeDescription
tenantId
required
string (uuid)Tenant UUID

Responses

Tenant details

Response Bodyapplication/json
id
string (uuid)
name
string
isEnabled
boolean
balance
integer (int64)
hasLogo
boolean
updatedAt
string (date-time)
createdAt
string (date-time)

Code Examples

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