---
title: "Get all credit card termination requests"
method: GET
path: "/v1/credit_card_terminations"
tags: ["Termination requests"]
---

# Get all credit card termination requests

`GET /v1/credit_card_terminations`

Returns a list of all credit card termination requests.

## Query parameters

- `page[size]` integer
- `page[number]` integer
- `sort` string

## Response `200`

List of terminations records

- TerminationResponse[]
  - `id` string
  - `application_id` string — The ID of the credit card application that is being terminated.
  - `reason` 'CUSTOMER_WISH' | 'OTHER_IMMEDIATE' | 'OTHER_ORDINARY' — The reason for the termination.
  - `status` 'INITIATED' | 'IN_PROGRESS' | 'FINALIZED' | 'REVOKED' — The current status of the credit card termination.
  - `legally_terminated_at` string, date — The date when the credit card termination will take effect.
  - `revocable_until` string, date — The date until which the termination can be revoked.
  - `created_at` string, date-time — UTC timestamp from when the termination was created.

## Other responses

- `403` — Unathorized action
- `500` — Internal server error.

---

[API](https://skmtc.net/solarisgroup/apis/credit-cards.md) · [All operations](https://skmtc.net/solarisgroup/apis/credit-cards/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/credit-cards/revisions/0da0be803c1c/schema)
