Getting Started

This page will help you get started with Recranet Booking

Requesting API User Credentials

To get started with the Recranet Booking API, you need to request API user credentials. Please send an email to [email protected] with the required permissions specified:

  • Create new reservations
  • View all reservations
  • Edit all reservations
  • Create new guests
  • View all guests
  • Edit all guests
  • Create meter readings
  • View meter readings
  • Edit meter readings
  • Create license plates
  • View license plates
  • Edit license plates
  • Create transactions
  • View transactions
  • Edit transactions
  • EasySecure user
  • Salto user
  • Recranet Booking Pricing API

Make an API request

Once you have received your API credentials, you can authenticate with the Recranet Booking API using Basic Auth. Below is an example of how to set up authentication in Postman:

  1. Create a new request.
  2. Set the request type to GET, POST, PUT, or DELETE depending on the action you want to perform.
  3. Enter the API URL (e.g., https://app.recranet.com/api/accommodations/).
    1. Base URLs:
      Recranet Booking API: https://app.recranet.com/api/
      Recranet Booking Pricing API: https://pricing-api.recranet.com/
  4. Go to the Authorization tab.
    1. Select Basic Auth.
    2. Enter your username and password provided by Recranet support.
  5. Headers
    Make sure to include the following header in your requests:
    Accept: application/json

With these steps, you are now ready to start using the Recranet Booking API. If you have any questions or need further assistance, please contact [email protected].