Introduction
This is Duve Open API to access your hotel data
Gettings started
On your Duve platform account create a new sync source of type Duve Open API
In case you are missing this type of sync source please contact our integration team
Rate Limits
All API requests have rate limits and your system will need to make sure to know to handle 429 response in case of too many requests
The rate limits are 60 req a minute.
API authentication
Via Bearer token recived from the Authorization Oauth2 flow
Example Request
All requests to the Duve API must be in JSON format and sent using the POST
method. Below is an example request for retrieving configuration details for a test property.
Example Request
Endpoint:
GET {{apiUrl}}/openapi/v1/reservations/links?externalId={{reservationId}}&includeLastMessage=1