GET
/
tenants
/
{env_id}
curl --request GET \
  --url https://client-api.hotglue.xyz/tenants/{env_id} \
  --header 'x-api-key: <api-key>'
[
  123,
  456,
  789
]

Authorizations

x-api-key
string
headerrequired

Path Parameters

env_id
string
required

ID of environment

Response

200 - application/json

The response is of type string[].