GET
/
v1
/
tenants
/
{tenantId}
curl --request GET \
  --url https://platform.realto.io/api/v1/tenants/{tenantId} \
  --header 'Authorization: Bearer <token>'
{
  "administrators": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "entities": [
    "3c90c3cc-0d44-4b50-8888-8dd25736052a"
  ],
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

Access Token Authentication

Path Parameters

tenantId
string
required

The id of the Tenant

Response

200
application/json
OK

A Tenant

administrators
string[] | null

The administrators of the Tenant

entities
string[] | null

The entities of the Tenant

id
string

The id

name
string | null

The name of the Tenant