post
/v1/my/tenants/selectSelect tenant
Requires Authentication
My
Selects a tenant for the current user session
Request Body
required
tenantIdstring
required
Responses
Tenant selected
Response Bodyapplication/json
idstring
namestring
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"
}'