GET /readyz

Service: integrations · operationId: (none)

Required scopes

(no scope declared — review service config)

Responses

200 Service ready

{
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "enum": [
        "ok"
      ]
    },
    "database": {
      "type": "string",
      "enum": [
        "ok"
      ]
    },
    "bus": {
      "type": "string",
      "enum": [
        "ok"
      ]
    }
  },
  "required": [
    "status",
    "database",
    "bus"
  ]
}

Example

curl -X GET https://integrations.platform.loop.health/readyz \
  -H "Authorization: Bearer $ACCESS_TOKEN"