Skip to content

Instantly share code, notes, and snippets.

@akshay1027
Last active July 9, 2024 08:50
Show Gist options
  • Save akshay1027/4629649f708df368a652206c2f90699a to your computer and use it in GitHub Desktop.
Save akshay1027/4629649f708df368a652206c2f90699a to your computer and use it in GitHub Desktop.
Hotelzify - Wego APIs
# Hotelzify - Wego APIs
### Static API:
- Endpoint: POST https://dev2-api.hotelzify.com/api/hotel/meta-search/v1/wego/on-demand/static-data
Request body:
```
curl --location 'https://dev2-api.hotelzify.com/hotel/meta-search/v1/wego/on-demand/static-data' \
--header 'Content-Type: application/json' \
--data '{
"id": 10,
"ln": "en"
}'
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment