# Endpoint for readiness-check

get ` https://app.mk.io/api/ready`

Get status of the readiness of the server

No permissions required.

## Authentication

Authorization Bearer

Bearer authentication of the form `Bearer <token>`, where token is your
auth token.

## Response

200 OK

No response body.

## Errors

503 Server temporarily unavailable

error object [ErrorDetail](https://docs.mediakind.com/api-reference/management-api/schemas/errordetail) Required

Pertinent information about the error

### Show 3 properties

- codestring Required

The error code.

- detail string Required

The error message.

- extra Detail map from strings to any Optional

Extra information regarding this error.

### Show value schema

- [any key] any

- ref string Required

A reference to the request that caused the error.

- status integer Required

The HTTP status code
