Skip to main content
GET
/
status
Detailed system status
curl --request GET \
  --url https://dev-api-partner.onecluster.co/status \
  --header 'Authorization: <api-key>'
{
  "gateway": "Ubn-Partner-Gateway",
  "version": "1.0.0",
  "timestamp": "2026-04-06T12:30:45Z",
  "routes": [
    "/api/v1/accounts/*",
    "/api/v1/payments/*",
    "/api/v1/collections/*",
    "/api/v1/kyc/*"
  ],
  "note": "TICKET-013: API Key (Argon2id) + JWT RS256 + mTLS auth active"
}

Authorizations

Authorization
string
header
required

Response

200 - application/json

Detailed status of all services

gateway
string

Name of the gateway service

Example:

"Ubn-Partner-Gateway"

version
string

API version

Example:

"1.0.0"

timestamp
string<date-time>

Current server timestamp

Example:

"2026-04-06T12:30:45Z"

routes
string[]

List of available API route patterns

Example:
[
"/api/v1/accounts/*",
"/api/v1/payments/*",
"/api/v1/collections/*",
"/api/v1/kyc/*"
]
note
string

Additional information about the gateway configuration

Example:

"TICKET-013: API Key (Argon2id) + JWT RS256 + mTLS auth active"