Verify that the JobTicket API is reachable and operational.
Ping this endpoint to confirm the API is up and accepting connections. No authentication is required.Documentation Index
Fetch the complete documentation index at: https://allridegmbh.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
204 No Content response with no body is the only success signal. Any 5xx, timeout, or connection error indicates a service disruption.204, treat the API as unavailable.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.
Service is healthy and accepting requests.
Empty body — a 204 response means the service is healthy.