GET
/
tenants
/
{tenantName}
/
metadata
curl --request GET \
  --url https://dev.startree.ai/tenants/{tenantName}/metadata \
  --header 'Authorization: <api-key>'
{
  "ServerInstances": [
    "<string>"
  ],
  "OfflineServerInstances": [
    "<string>"
  ],
  "RealtimeServerInstances": [
    "<string>"
  ],
  "BrokerInstances": [
    "<string>"
  ],
  "tenantName": "<string>"
}

Authorizations

Authorization
string
header
required

The format of the key is "Basic <token>" or "Bearer <token>"

Path Parameters

tenantName
string
required

Tenant name

Query Parameters

type
enum<string>

tenant type

Available options:
SERVER,
BROKER

Response

200
application/json
Success

The response is of type object.