Get readiness status

Check if the service is ready to handle requests. Only returns ready if critical services (database, Redis) are healthy.

Authentication

AuthorizationBearer

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

Response

Service is ready
statusstring or null
timestampstring or null

Errors