/getAvailability

Description:

This functionality allow you to get the availability of a specified period.
Some clients allow to make a reservation for a day, others require you to also select a time (for example het Van Gogh Museum). This depends on what availability type is set within the system for this client.

HMAC calculation
Base64 encode - SHA256 (apiKey + endDate + environment + showTicketsAllocation + startDate + userId)

  • Sort the sign data alphabetical ascending, you can also find the sequence on the concerned API specification page.

Please note
There are three types of availability:

  • Timeslots
  • Date
  • Period
Language
Click Try It! to start a request and see the response here!