OUTCOME · Discover
What changes
Read-only revision collection. It does not validate, review, publish, or revert anything.
v2Tenant and brand management
/api/v2/admin/tenants/{tenant_uuid}/configuration-revisionsPURPOSE + BUSINESS CONTEXT
WHEN THIS CALL IS USEFUL
Use to audit immutable configuration history, select a draft for publication, or select historical state for a new reversion draft.
OUTCOME · Discover
Read-only revision collection. It does not validate, review, publish, or revert anything.
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_…
tenant_uuidpathRequiredidentifierStable tenant uuid selecting the exact resource addressed by this route.EXAMPLEtenant-uuid-01
X-Request-IDheaderOptionalstringOptional caller correlation identifier. The gateway emits the effective value on the response.
RESPONSES
{
"configuration_version": 0,
"revisions": [
{
"base_configuration_version": 0,
"change_summary": "example-change-summary",
"configuration": {
"brand": "example-brand",
"domains": [
"example-domain"
],
"entitlements": [
"example-entitlement"
],
"identity": "example-tenantidentityconfiguration",
"settings": "example-settings"
},
"configuration_hash": "example-configuration-hash",
"created": "example-created",
"previous_configuration_hash": "example-previous-configuration-hash",
"published_at": "2026-09-02T18:30:00Z",
"published_by": "example-published-by",
"reverted_from_revision": 1,
"revision": 0,
"revision_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB",
"saved_by": "example-saved-by",
"status": "example-status"
}
],
"tenant_uuid": "01K4A7M4N8Y2Q6R9T3V5W7X1ZB"
}{
"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 ↗