Skip to main content

Hotel Detail

POST

/api/v1/generic-api-service/content/hotel/detail

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/detail' \
--header 'Accept-Language: us-EN' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
--data '{
"hotelId": "sxk9jv7y87jw35"
}'