Link Search Menu Expand Document

Expected API endpoints

To allow Wherewolf to retrieve information from your booking system, the following endpoints are required:

  • Bookings, this endpoint returns a list of bookings for a given time period and Wherewolf app.
  • Booking Details, returns all available details for a given booking id.
  • Get Activities, returns a list of activities and their codes (or IDs) for a specified Wherewolf app.
  • Healthcheck & Credentials validation, validates access and returns common properties to validate configuration.

To allow Wherewolf to share guest details back to your booking system, an extra endpoint is required (2-way integration):

  • Guest Update, accepts a POST call for each of the guest details Wherewolf is able to capture.

Table of contents