Links
Health
GET
/
health
Copy
{
"success": true,
"requestId": "123e4567-e89b-12d3-a456-426655440000",
"data": {
"data": {
"amadeus": {
"healthy": true
},
"duffel": {
"healthy": true
},
"status": "<string>"
}
}
}
Response
200
application/json
Retrieve health
The response is of type object
.
Copy
{
"success": true,
"requestId": "123e4567-e89b-12d3-a456-426655440000",
"data": {
"data": {
"amadeus": {
"healthy": true
},
"duffel": {
"healthy": true
},
"status": "<string>"
}
}
}
Assistant
Responses are generated using AI and may contain mistakes.