Engine API Reference
Health
Check the API’s operational status
GET
Health Check
The Health Check endpoint allows you to monitor the operational status of the Travelese Engine API and its connected providers.
Request Format
This endpoint doesn’t require any parameters and can be called without authentication.
Response Format
The endpoint returns a JSON response with the following structure:
Status Values
The overall status
field can be:
healthy
: All providers are operationaldegraded
: One or more providers are experiencing issues
Provider Status
Each provider (amadeus
, duffel
) includes:
healthy
: Boolean indicating if the provider is operational
Error Response
Example Request
Usage
Use this endpoint to:
- Monitor API availability
- Check provider status before making requests
- Implement health checks in your application
Was this page helpful?