/api/v6/statusService status
Operational status of the services, compact enough for your monitoring.
Scope and limits
Any valid API key
60 requests per minute
Operational status of Hablame services in a compact form, meant to be integrated into your own monitoring. When there is no data for a component, its status arrives as unknown.
The same information, in human-readable form, lives on the status page, which needs no authentication.
Responses
Service status.
{
"success": true,
"data": {
"status": "operational",
"updatedAt": "2026-06-02T19:40:00+00:00",
"stale": false,
"components": [{ "name": "API", "status": "operational" }],
"incidents": [],
"maintenance": []
},
"meta": {
"requestId": "b9b1704baffab21150213c02fd853975",
"timestamp": "2026-06-02T19:43:59+00:00",
"responseTimeMs": 4.1
}
}Invalid or missing credentials.
The organization cannot run the request.
Request limit exceeded.
Possible errors
Codes this endpoint can return in error.code. The full detail lives in the catalog.
AUTH_REQUIREDNo Bearer token was sent, and every call requires one.401AUTH_INVALID_KEYThe API key is not recognized: wrong format, revoked or expired.403ACCOUNT_NOT_ACTIVEYour organization is suspended or closed.403ACCOUNT_BLOCKEDA full block is active: every call is rejected.429RATE_TPS_EXCEEDEDYou exceeded your organization quota for this endpoint.