GET/v1/status
Service status
Read the current availability state and release identifier.
Developer platform · 2026.08
A clean, predictable interface for event delivery, regional data access, and low-latency application workflows.
Resource-oriented paths, consistent envelopes, and small payloads designed for straightforward integrations.
Read the current availability state and release identifier.
Submit an immutable event for validated asynchronous delivery.
Discover available processing regions and capability metadata.
Validate an access token and return its active permission scope.
Predictable by design
Successful requests return compact data and trace metadata. Errors follow the same envelope, making handling simple and observable.
{
"ok": true,
"data": {
"status": "operational",
"release": "v1"
},
"trace": "demo_7f31"
}
{
"ok": true,
"data": {
"accepted": true,
"sequence": 1842
}
}