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

# List terminal pairing codes

`GET /terminals/pairing-codes`

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

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

> 🔑 Access with
>
> [API key](/reference/authentication)
>
> [OAuth access with **terminals.read**](/reference/authentication)

## Query parameters

- `from` string
- `limit` integer, nullable
- `sort` string
- `profileId` 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/accepting-payments.md) · [All operations](https://skmtc.net/mollie/apis/accepting-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/accepting-payments/revisions/4b45df3039ef/schema)
