Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Appointments Booking API is organized around REST. API is designed to have predictable, resource-oriented URLs and to use HTTP status codes to indicate responses. Interacting with the API should be straightforward with standard HTTP libraries.

Two things are needed to get started with API requests:

  • Make sure that API Integration is turned on for the system:

image-20240520-075648.pngImage Added

Note! In this case, Public Booking UI will not be accessible.

  • Contact your Qmatic representative to receive ClientID and Client Secret to generate access tokens. Please, read more in Authentication

Client ID and Client Secret are different from System ID and System Secret. These credentials are not displayed within System settings. You have to contact your customer representative to get these and to be able to operate with API calls.

If you ever have any questions, concerns, or run into errors please don't hesitate to contact Qmatic team.

...