---
title: "Get Reminders"
method: GET
path: "/setup/v1/locations/{id}/appointmentreminders"
tags: ["Locations"]
---

# Get Reminders

`GET /setup/v1/locations/{id}/appointmentreminders`

Use this endpoint to **Get Email and SMS appointment reminder settings** for the requested location. A valid business **location id** is required.

## Path parameters

- `id` string, required

## Response `200`

Success

- AppointmentReminderViewModel
  - `emailFirstReminder` integer
  - `emailFirstReminderInterval` integer
  - `emailSecondReminder` integer
  - `emailSecondReminderInterval` integer
  - `smsFirstReminder` integer
  - `smsFirstReminderInterval` integer
  - `smsSecondReminder` integer
  - `smsSecondReminderInterval` integer

---

[API](https://skmtc.net/onsched/apis/onsched-setup-api.md) · [All operations](https://skmtc.net/onsched/apis/onsched-setup-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onsched/onsched-setup-api/versions/c5c023458a2f/schema)
