Discussions

Ask a Question
Back to all

Issues Connecting to Holidu API — Requests Returning Empty or Error Responses

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:

  1. Is there any recent change to the Holidu API that is not reflected in the current documentation?
  2. Are there known limitations when using the Holidu API from external platforms like SoftwarePair?
  3. Do I need additional verification or whitelisting before the API starts working?
  4. 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.