How to use this documentation
General use of the Holidu API
Congratulations and welcome aboard! To start sending us data you oughta use a JSON format that must be sent to our Holidu API endpoints accordingly.
How can you test the endpoints?
Just head to the API Reference On the swagger documentation, you will find an example and a model for each endpoint, so you can start testing them right away. But first, check out HERE which are the endpoints that you shall develop since this depends on how your system works!
The model
On the model you can see for each field:
a description
the data type expected. e.g.: integer, string, etc. (Note: for integer, you donβt need double quotes)
if the field is optional or mandatory
Example requests
For every endpoint, there is also an example request in the documentation and a "try it out" function to test your requests first locally.Each request needs to be identified with your API key as a header.
Updated about 3 years ago