Practitioners
Retrieve a practitioner appointment restriction
Returns a single PractitionerAppointmentRestriction belonging to the given practitioner. Requires the RESERVATIONS_VIEW permission on the practitioner's site.
get/shop/practitioners/{practitionerId}/appointment-restrictions/{appointmentRestrictionId}
Response
A single PractitionerAppointmentRestriction.
Example response
{
"data": {
"type": "cannot_offer",
"applies_to_type": "specific",
"appointment_types": [
{
"name": "Deep Tissue Massage"
}
],
"categories": [
{
"name": "Massages"
}
],
"date_from": "2026-06-01",
"date_to": "2026-08-31",
"max_duration": 60,
"occupied_mins": 30
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.