---
title: "Retrieve all Invite Reminder Settings in the Account"
method: GET
path: "/invite-reminder-settings"
tags: ["Endpoints"]
---

# Retrieve all Invite Reminder Settings in the Account

`GET /invite-reminder-settings`

Returns a list of all Invite Reminder Settings for an account. 

The list can be filtered by Invite Reminder Settings id, Event Type id or Channel id.

* _Note_: If no query string parameters are provided, all Invite Reminder Settings will be returned.
* **_Limitation_**: To retrieve more than 5000 Invite Reminder Settings at once, implement pagination using the query string parameters.

## Query parameters

- `id` string
- `channel-id` string
- `event-type-id` string

## Response `200`

Collection of all Invite Reminder Settings for the active Account, in which the request originated.

- InviteReminderSettings[]
  - `id` string, required
  - `accountId` string, required
  - `channelId` string, required
  - `eventTypeId` string, required
  - `enabled` boolean, required
  - `serviceInviteReminderConfiguration` InviteReminderConfiguration
    - `enabled` boolean
    - `sendingDelayInDays` integer
    - `inviteReminderTemplateId` string
  - `productInviteReminderConfiguration` InviteReminderConfiguration
    - `enabled` boolean
    - `sendingDelayInDays` integer
    - `inviteReminderTemplateId` string
  - `createdAt` string, datetime, required
  - `updatedAt` string, datetime, required

## Other responses

- `401` — Unauthorized

---

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