Bookinglayer API

Have the freedom to integrate with any application, bespoke or third party.

API Documentation

With smart automation tools and the ability to let team members work with an easy-to-use Backoffice, you can simplify your life and spend less time behind your screen.

Rest API

The Bookinglayer REST API allows you to fetch bookings, guests and invoices. More API endpoints are scheduled to released in 2025.

  • OAuth2 authentication
  • 30+ endpoints

Webhooks

Our webhooks allow you to push data to an external endpoint when an object is created, updated or deleted. Currently we support webhooks for:

  • Bookings
  • Payments
  • Guests
  • Invoices

An open platform

If you want to create a custom integration, the Bookinglayer API allows developers on your team to connect to other services so you can optimize your operations.

1 2 3 4 5 6 7 8 9 10 11 12
$client = new \GuzzleHttp\Client();
$response = $client->get(
'https://api.bookinglayer.io/api/bookings',
[
'headers' => [
'Content-Type' => 'application/json',
'Accept' => 'application/json',
]
]
);
$body = $response->getBody();

Take the booking experience to the next level