Tenants
Retrieve a tenant
Retrieves detailed information about a specific tenant, including its configuration, product assignment, policy assignment, and metadata. Returns complete tenant data for the specified organization.
GET
Retrieve a tenant
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the organization
Maximum string length:
24Pattern:
^[0-9a-f]{24}$The unique identifier of the tenant
Maximum string length:
24Pattern:
^[0-9a-f]{24}$Response
Tenant details retrieved successfully. The response includes the full tenant information, including product and policy assignments.