Skip to main content
GET
/
healthz
Get service health
curl --request GET \
  --url https://partners.centaur.io/healthz
{
  "success": true,
  "data": {
    "status": "ok"
  },
  "requestId": "c8e2c6e4-80dd-4ffc-9d66-4e31bf64c6b8"
}

Response

200 - application/json

Service health

success
enum<boolean>
required
Available options:
true
data
object
required
requestId
string
required
Example:

"c8e2c6e4-80dd-4ffc-9d66-4e31bf64c6b8"

Last modified on April 17, 2026