cURL
curl --request GET \ --url https://api.example.com/v2/databases/{database}/tenants/{tenantId} \ --cookie nile-auth.session-token=
{ "id": "<string>", "name": "<string>" }
get information about a tenant
Session token stored in a cookie after user signs in, prefixed with __Secure if on https
the tenant
Was this page helpful?