Last active
July 9, 2024 08:50
-
-
Save akshay1027/4629649f708df368a652206c2f90699a to your computer and use it in GitHub Desktop.
Hotelzify - Wego APIs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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