get
/{tenantId}/v1Get tenant details
Requires Authentication
Tenant
Returns full tenant details including balance
Path Parameters
| Name | Type | Description |
|---|---|---|
tenantIdrequired | string (uuid) | Tenant UUID |
Responses
Tenant details
Response Bodyapplication/json
idstring (uuid)
namestring
isEnabledboolean
balanceinteger (int64)
hasLogoboolean
updatedAtstring (date-time)
createdAtstring (date-time)
Code Examples
curl -X GET 'https://api-next.checkio.co.uk/{tenantId}/v1' \
-H 'Authorization: Bearer {token}'