Sites

Retrieve a site's appointment enquiry settings

Use this endpoint to retrieve the appointment enquiry settings for a site

get/shop/sites/{siteId}/appointment-enquiry-settings

Response

A response containing a site's appointment enquiry settings.

Example response

{
  "data": {
    "min_advance_bookings_interval": "P2D"
  }
}

Changes

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