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:
- Create a new request.
- Set the request type to GET, POST, PUT, or DELETE depending on the action you want to perform.
- Enter the API URL (e.g., https://app.recranet.com/api/accommodations/).
- Base URLs:
Recranet Booking API: https://app.recranet.com/api/
Recranet Booking Pricing API: https://pricing-api.recranet.com/
- Base URLs:
- Go to the Authorization tab.
- Select Basic Auth.
- Enter your username and password provided by Recranet support.
- 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].
Updated 4 months ago