Skip to content

Hotels API

Manage hotel records used in hotel segments and supplier payments.


Endpoints

MethodEndpoint
GET/api/v1/hotels
GET/api/v1/hotels/{id}
POST/api/v1/hotels
PUT/api/v1/hotels/{id}
DELETE/api/v1/hotels/{id}

Fields

FieldTypeRequiredDescription
namestring✅ YesHotel name
categorystringNoDefaults to international
citystring | nullNoCity
countrystring | nullNoCountry
addressstring | nullNoAddress
phone_numberstring | nullNoPhone number
emailstring | nullNoEmail
websitestring | nullNoWebsite URL
notesstring | nullNoAdditional notes

Unified API Documentation