Skip to main content

Revision Hotels

POST

/api/v1/generic-api-service/content/hotel/revision?page=0&size=1000

The hotel detail endpoint is used to see the all information about hotels and hotel detail.

curl --location 'https://test-api.etscore.com/api/v1/generic-api-service/content/hotel/revision?page=0&size=1000' \
--header 'Accept-Language: tr-tr' \
--header 'X-CURRENCY: EUR' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
--data '{
"sinceDate": "2025-03-01"
}'