---
title: "Retrieve a site's appointment enquiry settings"
method: GET
path: "/shop/sites/{siteId}/appointment-enquiry-settings"
tags: ["Sites"]
---

# Retrieve a site's appointment enquiry settings

`GET /shop/sites/{siteId}/appointment-enquiry-settings`

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

## Response `200`

A response containing a site's appointment enquiry settings.

- object
  - `data` AppointmentEnquirySettings, required — Properties to be updated in a site's appointment enquiry settings
    - `enabled` boolean, required — Whether appointment enquiries are enabled for this site.
    - `min_advance_bookings_interval` string, nullable, required — The minimum time before an appointment's start time that an enquiry may be made, as an ISO8601 string. See https://en.wikipedia.org/wiki/ISO_8601#Durations
    - `automatically_confirm` boolean, required — Whether enquiries should automatically be confirmed when there is availability.
    - `automatically_charge` boolean, required — Whether enquiries should automatically be charged when being confirmed.

## Other responses

- `401` — The user is unauthenticated
- `404` — The resource couldn't be found

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
