Do you have an API?

FlexBooker has a complete RESTful API if you need to create custom integrations

Andrew Ford avatar
Written by Andrew Ford
Updated over a week ago

Yes, absolutely. We have a powerful API that allows you to create your own custom integrations with pretty much any part of FlexBooker!

Our API portal has a Swagger test page for you to try out all the methods, and dig into the documentation easily.

The API portal can be found here: https://merchant-api.flexbooker.com 

The FlexBooker API allows you to securely interact with your account's data resources. For example, creating appointments, updating schedules, and viewing employees, etc. This API can be used along with the FlexBooker Webhook, which can be used to receive data payloads in real-time whenever an appointment is created, modified, or cancelled.

All API methods are secured using the oAuth client credentials flow. Please visit this link for more information. To get a Bearer JWT, call https://auth.flexbooker.com/connect/token and pass in your client_id and client_secret, both of which can be provided by FlexBooker Support, along with a grant_type of client_credentials.

If you would like to utilize our API, simply drop us an email at support@flexbooker.com or using the chat button in the bottom right of this page, and we'll send over the client credentials you'll need to get up and running!

Did this answer your question?