endpoint for readiness check.md

Endpoint for readiness-check

Management API · Readiness Check

GET https://app.mk.io/api/ready

Get status of the readiness of the server

No permissions required.

Authentication

Example request

curl -X GET "https://app.mk.io/api/ready" \
  -H "Authorization: Bearer <token>"

Responses

200 — OK

No response body.

503 — Server temporarily unavailable

Example:

{
  "error": {
    "code": "string",
    "detail": "string",
    "extraDetail": {
      "key": null
    }
  },
  "ref": "string",
  "status": 0
}

Source spec: management-api · operationId: [get]_/api/ready