- Get Nearest Available Time Slots for Team Member
Get Booking Form Configuration
Get Internationalization Options
Get Services Available for Booking
Get Team Members Available for Booking
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 policy for online booking
Get Nearest Available Tim...
the team member's nearest sessions object has the following fields:
| Field | Type | Description |
|---|---|---|
| session_date | string | Next date with available sessions |
| sessions | array | List of available sessions |
The following filters are available:
- service_ids: Array of service IDs. If you need sessions, when can you book these services
- datetime: date (in iso8601 format) for which you want to get the next sessions
Security
BearerPartner
- Mock serverhttps://developer.alteg.io/_mock/en/public/openapi/book_staff_seances/{location_id}/{team_member_id}
- Production serverhttps://api.alteg.io/api/v1/book_staff_seances/{location_id}/{team_member_id}
curl -i -X GET \
'https://developer.alteg.io/_mock/en/public/openapi/book_staff_seances/{location_id}/{team_member_id}?service_ids%5B%5D=0&datetime=0' \
-H 'Accept: application/vnd.api.v2+json' \
-H 'Authorization: Bearer <YOUR_Bearer {PartnerToken}_HERE>' \
-H 'Content-Type: string'Response
{ "success": true, "data": { "seance_date": "2026-09-21", "seances": [ … ] }, "meta": [] }