Health
Health Check
Verify that the JobTicket API is reachable and operational.
GET
Ping this endpoint to confirm the API is up and accepting connections. No authentication is required.
Authorizations
None required. This endpoint is publicly accessible.Response
A
204 No Content response with no body is the only success signal. Any 5xx, timeout, or connection error indicates a service disruption.Use this endpoint in health checks and readiness probes. If you receive anything other than
204, treat the API as unavailable.Authorizations
HTTP Basic Auth using your API key credentials. Use the username and password issued from the Developer Portal. Encode them as Base64(username:password) and pass in the Authorization: Basic <token> header.
Response
204 - application/json
Service is healthy and accepting requests.
Empty body — a 204 response means the service is healthy.

