Postman collections
Download role-specific API collections for Organization Admins and Organization Operators.
Postman collections
Use the collection that matches your invited organization role. Both collections use the same API as the dashboard and enforce your live organization scope on every request.
| Role | Collection | Included access |
|---|---|---|
| Organization Admin | Download Org Admin collection | Delegated partner and tenant provisioning, tenant lifecycle, identity access management, and tenant operations |
| Organization Operator | Download Org Operator collection | Day-to-day tenant naming, agent, call, analytics, GHL, and knowledge-base operations |
Set up
- Download and import the collection for your role into Postman.
- Set
base_urlto the dashboard origin, without a trailing slash. - Set
identity_emailandidentity_passwordto your individual account, and setbranch_organization_idto the top-level organization UUID for the context you want to use. - Run Authentication → Identity Login. The test script saves the returned
session token as
identity_jwt. - Run Organization & Tenants → List Tenants, then set
tenant_idto a tenant returned in your scope.
Do not use Platform Admin credentials or copy an admin_jwt into these
collections. A successful login does not expand permissions: deactivated
identities, removed memberships, out-of-scope tenant IDs, and capabilities your
role does not hold are rejected when each request runs.
Role boundaries
Organization Admin requests only include delegated actions. Platform-only billing, deployment, data-plane, branding, phone-number provisioning, portal cutover, permanent deletion, and hierarchy-migration operations are not in the collection.
Organization Operators can operate tenants already in scope. They cannot create or rename organizations, create or deactivate tenants, or invite and revoke identities. If one of those actions is required, ask an Organization Admin with the appropriate live scope.
To rename an in-scope tenant, open Tenants, select Rename on its row, enter a name between 2 and 100 characters, and save. The tenant slug and portal address do not change. The same action is available in the role-specific collection as Organization & Tenants → Rename Tenant.
API-key reveal and copy actions are audited and return no-store responses.
Never save those responses as Postman examples or paste tenant API keys into
URLs, logs, tickets, screenshots, or shared environments.