Skip to main content
GET
Returns tenant information in three modes depending on which query parameters you provide:
  • No params → returns all tenants in your org.
  • externalTenantId → returns a single tenant with its members list.
  • externalUserId → returns all tenants that user belongs to.

Query Parameters

string
The tenant ID from your SaaS application. Returns a single tenant with its members.
string
The user ID from your SaaS application. Returns all tenants this user belongs to.

Authentication

Requires a secret key (Authorization: Bearer sk_live_... or sk_test_...). Public keys (pk_*) are not accepted by this endpoint.