get https://api-sbx.sidedrawersbx.com/api/v1/tenants/tenant/shared
Returns the list of Tenants you have access to. From here, you can get the Tenant identifiers (tenantId
).
Response
Returns the list of Tenants you have access to. From here, you can get the Tenant identifiers (tenantId
).
xxxxxxxxxx
curl --request GET \
--url https://api-sbx.sidedrawersbx.com/api/v1/tenants/tenant/shared \
--header 'accept: application/json'
xxxxxxxxxx
{
"id": "string"
}