BetterBook
  • Help Center
  • Developer Center

›Getting Started

Getting Started

  • Getting Started
  • Webhook Notifications

Webhook Notifications

BetterBook is an online booking, scheduling and payment platform that enables business of any kind to manage their schedules and accept online bookings and payments.

BetterBook API

The BetterBook API enables

Authentication

All requests are authenticated with an API key added to the header of the HTTP request:

HTTP
const req = await fetch(`https://api.betterbook.co.za/v1/bookings/locations`),{
cache: 'no-cache',
method: 'GET',
headers: {
'Accept': 'application/json',
'Content-Type': 'application/json',
'x-api-key': <API-KEY-HERE>,
},
});

const ret = await req.json();
← Getting Started
  • BetterBook API
    • Authentication
Terms of Service
Privacy Policy
Copyright © 2019 BetterBook