OUTCOME · Discover
What changes
Read-only no-store projection. It grants no tenant, domain, product, infrastructure, traffic, or trading authority.
v2Tenant and brand management
/api/v2/admin/tenantsPURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Use this administrative directory to discover tenant identities and configuration heads before opening a detail or initiating a governed change.
OUTCOME · Discover
Read-only no-store projection. It grants no tenant, domain, product, infrastructure, traffic, or trading authority.
WHY IT MATTERS
ISOLATION + AUTHORITY
Platform administrator, tenant, domain, certificate, brand, navigation, feature declaration, entitlement source, configuration revision, review, publication, and application-domain authority remain distinct. A tenant configuration or entitlement cannot enable frozen trading controls, matching, prediction execution, ingress, publisher activity, market status, traffic, wallet signing, or settlement authority.
BEFORE YOU CALL
WHAT TO DO NEXT
AGENT GUIDANCE
The exact deployed parameters, schemas, responses, security requirements, and Hybrid-Chain agent metadata are authoritative at this operation's production OpenAPI JSON Pointer. The readable tables below add integration guidance; the deployed OpenAPI controls if guidance and the machine contract ever differ.
Open the authoritative production contract ↗EXTENDED INTEGRATION GUIDANCE
Examples illustrate integration intent; the referenced OpenAPI operation and component schemas define the executable shape.
PARAMETERS
AuthorizationheaderRequiredBearer tokenCredential containing admin:tenants:read authority.EXAMPLEBearer hc_live_…
qqueryOptionalstring · 1–120Case-insensitive match against name, symbol, key, or primary hostname (maximum 120 characters).EXAMPLEtreasury
statusqueryOptionalACTIVE | DRAFT | SUSPENDED | ARCHIVEDExact tenant lifecycle filter. This is not market status.EXAMPLEACTIVE
environmentqueryOptionalPRODUCTION | TEST | DEVELOPMENTExact deployment-environment classification filter.EXAMPLEenvironment-01
administrator_profile_uuidqueryOptional32-character lowercase hexadecimal identifierReturn tenants for which this profile has an active tenant authority assignment.EXAMPLE10.00
limitqueryOptionalinteger · 1–500Maximum newest directory records to return; defaults to 250. The current Core directory is bounded rather than cursor-paginated.Schema range: 0 to unboundedEXAMPLE250
X-Request-IDheaderOptionalstringOptional caller correlation identifier. The gateway emits the effective value on the response.
RESPONSES
{
"control_plane": "example-control-plane",
"count": 0,
"limit": 0,
"summary": {
"active": 0,
"draft": 0,
"legacy_imported": 0,
"suspended": 0,
"total": 0
},
"tenants": [
{
"admin_count": 0,
"brand": "example-brand",
"brand_commitment": "example-brand-commitment",
"configuration_version": 0,
"created": "example-created",
"description": "example-description",
"domain_verification_status": "example-domain-verification-status",
"enabled_entitlement_count": 0,
"entitlement_count": 0,
"environment": "example-environment",
"lifecycle_status": "example-lifecycle-status",
"name": "example-name",
"owner_workspace_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"parent_tenant_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"primary_domain": "example-primary-domain",
"published_brand_revision": 1,
"region_code": "example-region-code",
"symbol": "example-symbol",
"tenant_key": "example-tenant-key",
"tenant_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"tls_status": "example-tls-status",
"updated": "2026-09-02"
}
]
}{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentials{
"code": "invalid_credentials",
"message": "the supplied Hybrid credential is invalid"
}invalid_credentialsOPERATIONAL NOTES
This route is implemented in canonical gateway source and appears in the production OpenAPI snapshot observed 2026-09-11T06:35:11.572Z. Authentication, tenant, feature, venue, and market policy still apply.
Verify the exact production OpenAPI operation ↗Return to the V2 directory ↗