GET/conditions

Get Conditions

This API call returns a list of booking condition categories along with the unique identifier assigned to each in the RatesAPI. The API maps source-specific conditions into broader categories for comparison.
GET/conditions

Responses

StatusMeaningDescriptionSchema
200OKSuccessschematyperesp
400Bad RequestBad Request
401UnauthorizedAuthentication Failed or Account validity expired
500Internal Server ErrorInternal server error

Example Request

# You can also use wget
curl -X GET /conditions \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

Example responses

200 Response
{
  "code": 0,
  "desc": "string"
}

Need Support?

Our team is here to help you integrate and make the most of our APIs. Get in touch for technical support, custom solutions, or any questions.