Custom Domain
API referenceTenancy

Get a tenant

GET
/tenants/{id}

Authorization

managementKey
AuthorizationBearer <token>

Operator management key. Gates provisioning + reads across tenants.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/tenants/string"
{  "id": "string",  "name": "string",  "created_at": "2019-08-24T14:15:22Z"}
{  "code": "string",  "title": "string",  "details": "string"}
{  "code": "string",  "title": "string",  "details": "string"}