Build your own solution

Using the Bookinglayer API web designers, developers, and system integrators are able to create a website or Backoffice integration.

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();
API Preview

Automate operations

Rest API

The Bookinglayer REST API allows you to query rates and availability, create bookings and retrieve data from your account such as bookings, invoices, guests and payments.

  • 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

Subscribe to our newsletter to be updated