Skip to main content
GET
/
tenants
/
{env_id}
Retrieve tenants
curl --request GET \
  --url https://api.hotglue.com/tenants/{env_id} \
  --header 'x-api-key: <api-key>'
[
  123,
  456,
  789
]

Documentation Index

Fetch the complete documentation index at: https://docs.hotglue.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Path Parameters

env_id
string
required

ID of environment

Response

200