This is Duve Open API to access your hotel data

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
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.
Via Bearer token recived from the Authorization Oauth2 flow
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.
Endpoint:
GET {{apiUrl}}/openapi/v1/reservations/links?externalId={{reservationId}}&includeLastMessage=1