---
title: "Get payment reminder sequences"
method: GET
path: "/api/v2/payment_reminder_sequences"
tags: ["Payment reminder sequences"]
---

# Get payment reminder sequences

`GET /api/v2/payment_reminder_sequences`

List all payment reminder sequences.

## Query parameters

- `filter` union — Filter schema for `payment_reminder_sequence` list endpoints — pass a single condition or a logical group.
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.
  - FilterPaymentReminderSequence — Filter parameters for payment reminder sequences.
    - `default_sequence` union — Filter by default sequence status; when true, includes only the default payment reminder sequence.
      - DefaultSequence — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `eq` DefaultSequence — unresolved $ref
        - `not_contain` DefaultSequence — unresolved $ref
        - `not_eq` DefaultSequence — unresolved $ref
        - `contains` DefaultSequence — unresolved $ref
- `sort` string[]

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection payment reminder sequence

---

[API](https://skmtc.net/productive/apis/api-documentation.md) · [All operations](https://skmtc.net/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/productive/api-documentation/revisions/7764b2b9fcc4/schema)
