Skip to main content

Reservation List

POST

/api/v1/generic-api-service/royal/hotel/book/list?page=0&size=100

The reservation list endpoint shows all the reservations of the agency/sales channel.

curl --location 'https://test-api.etscore.com/api/v1/generic-api-service/royal/hotel/book/list?page=0&size=100' \
--header 'Accept-Language: en-us' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
--data '{
"filterType" :"creation",
"from": "2025-01-01",
"to": "2025-03-31"
}'