Checkio API
post/v1/my/tenants/select

Select tenant

Requires Authentication
My

Selects a tenant for the current user session

Request Body

required
tenantId
string
required

Responses

Tenant selected

Response Bodyapplication/json
id
string
name
string

Code Examples

curl -X POST 'https://api-next.checkio.co.uk/v1/my/tenants/select' \
  -H 'Authorization: Bearer {token}' \
  -H 'Content-Type: application/json' \
  -d '{
  "tenantId": "string"
}'