-
Notifications
You must be signed in to change notification settings - Fork 3
Access levels
OliverNikolai edited this page Nov 3, 2021
·
8 revisions
The API has different levels, controlling the access to the information or the ability to POST bookings. If you are unsure about your level, you can call the /{version}/configuration/privileges
endpoint.
There is a different set of endpoints available for each access level.
Level | Available Endpoints |
---|---|
BASIC/LIMITED_READ | /configuration/{version} |
/{version}/configuration/privileges | |
/{version}/categories | |
/{version}/categories/{category_id} | |
/{version}/tours | |
/{version}/tours/{tour_id} |
Level | Available Endpoints |
---|---|
READ | /configuration/{version} |
/{version}/configuration/privileges | |
/{version}/categories | |
/{version}/categories/{category_id} | |
/{version}/options/{option_id} | |
/{version}/options/{option_id}/pricings | |
/{version}/options/{option_id}/availabilities | |
/{version}/suppliers/{supplier_id} | |
/{version}/tours | |
/{version}/tours/{tour_id} | |
/{version}/tours/{tour_id}/availabilities | |
/{version}/tours/{tour_id}/options |
Level | Available Endpoints |
---|---|
BOOKING | /configuration/{version} |
/{version}/configuration/payment | |
/{version}/configuration/privileges | |
/{version}/bookings | |
/{version}/bookings/{booking_hash} | |
/{version}/carts | |
/{version}/carts/{shopping_cart_hash} | |
/{version}/categories | |
/{version}/categories/{category_id} | |
/{version}/options/{option_id} | |
/{version}/options/{option_id}/pricings | |
/{version}/options/{option_id}/availabilities | |
/{version}/suppliers/{supplier_id} | |
/{version}/tours | |
/{version}/tours/{tour_id} | |
/{version}/tours/{tour_id}/availabilities | |
/{version}/tours/{tour_id}/options |
Copyright 2025 GetYourGuide GmbH.