Practitioners

Retrieve a practitioner custom availability rule

Returns a single PractitionerCustomAvailability rule belonging to the practitioner.

get/shop/practitioners/{practitionerId}/custom-availability/{customAvailabilityId}

Response

A single PractitionerCustomAvailability rule.

Example response

{
  "data": {
    "date_time_from": "2026-06-01T09:00:00+01:00",
    "date_time_to": "2026-06-01T17:00:00+01:00",
    "offerings": [
      {
        "offering_name": "Twilight massage",
        "offering_type": "appointment"
      }
    ]
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.