Instruction
Difficulty level:
Common API documentation
Examples en explanation to use the API
It is to be advised to check the request with RESTClient Extentie in the Mozille webbrowser.
The API request needs a Content-Type header with value application/json.
Content-Type: application/json
If authentication is required the request you can choose for Basic or oAuth.
Authorization: Basic GECODEERDEINFOkbdfgdfgWlu
Curl example with Content-Type and Basic login headers
curl -X GET -k -H 'Content-Type: application/json' -H 'Authorization: Basic CODEDINFOkbdfgdfgWlu' -i 'https://{domain}.i-reserve.net/api/rest/booking/current/'