Discussions
Issues Connecting to Holidu API — Requests Returning Empty or Error Responses
yesterday by softwarepair
I'm trying to integrate the Holidu API (https://developer.holidu.com/v1.0) into a project that will be implemented on https://softwarepair.com/, but I'm running into issues where the API is not responding as expected.
What I have done:
- Followed the documentation at developer.holidu.com/v1.0
- Set up my API key and request headers
- Tested both GET and POST endpoints
- Tried from both server-side and client-side environments
Problem:
- Requests return errors or empty responses
- Some endpoints don't seem to return the structure shown in the documentation
- Not sure whether it's an authentication, permissions, or endpoint issue
Questions:
- Is there any recent change to the Holidu API that is not reflected in the current documentation?
- Are there known limitations when using the Holidu API from external platforms like SoftwarePair?
- Do I need additional verification or whitelisting before the API starts working?
- Could someone provide a working example (preferably in JavaScript or PHP) that successfully calls a Holidu endpoint?
Thanks in advance to anyone who can help.