GET
/
v2
/
databases
/
{database}
/
tenants
/
{tenantId}
{
  "id": "<string>",
  "name": "<string>"
}

Authorizations

nile-auth.session-token
string
cookie
required

Session token stored in a cookie after user signs in, prefixed with __Secure if on https

Path Parameters

database
string
required
tenantId
string
required

Response

200
application/json
the tenant
id
string
required
name
string

Was this page helpful?