- Get location privacy policy for online booking
Get Booking Form Configuration
Get Internationalization Options
Get Services Available for Booking
Get Team Members Available for Booking
Get Nearest Available Time Slots for Team Member
Get Dates Available for Booking
Get a List of Time Slots Available for Booking
Validate Booking Parameters
Create an Online Booking
Get Online Booking Details
Change Online Booking Date/Time
Book Event
Get location privacy poli...
Retrieves the privacy policy configured for a specific location. This endpoint should be called before creating an online booking record to check if the location has a custom privacy policy.
If a location has a custom privacy policy configured, the online booking flow must:
- Display the policy text to the user
- Show a checkbox for accepting the privacy policy
- Only proceed with booking creation after the user has checked the acceptance checkbox
If no custom policy is configured for the location, the booking can proceed without showing any policy acceptance step.
Security
BearerPartner
- Mock serverhttps://developer.alteg.io/_mock/en/public/openapi/privacy_policy/{location_id}
- Production serverhttps://api.alteg.io/api/v1/privacy_policy/{location_id}
curl -i -X GET \
'https://developer.alteg.io/_mock/en/public/openapi/privacy_policy/{location_id}' \
-H 'Accept: application/vnd.api.v2+json' \
-H 'Authorization: Bearer <YOUR_Bearer {PartnerToken}_HERE>' \
-H 'Content-Type: string'Response
{ "success": true, "data": { "agreement": { … } }, "meta": [] }