---
title: "List terminal pairing codes"
method: GET
path: "/v2/terminals/pairing-codes"
tags: ["Terminals API"]
---

# List terminal pairing codes

`GET /v2/terminals/pairing-codes`

> ℹ️ **Test mode**
>
> This endpoint currently does not support test mode yet.

Returns your pairing codes: `active`, `expired`, and `revoked`. Results are paginated.

We keep a pairing code for one month after it is revoked or expires, then delete it. Deleted codes drop out of
this list. Active pairing codes are never deleted.

## Query parameters

- `from` string, nullable
- `limit` integer, nullable
- `sort` 'asc' | 'desc'
- `profileId` string

## Headers

- `idempotency-key` string

## Response `200`

A list of terminal pairing code objects. For a complete reference of the terminal pairing code object, refer to
the [Get terminal pairing code endpoint](terminals-get-pairing-code) documentation.

## Other responses

- `400` — The request contains issues. For example, if the specified `from` value is not a valid ID.
- `429` — Rate Limit has been reached.

---

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