---
title: "List terminals"
method: GET
path: "/terminals"
tags: ["Point of Sale"]
---

# List terminals

`GET /terminals`

Retrieve a paginated list of all POS terminals bound to a MultiSafepay account.

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

Request successful

- object
  - `success` boolean
  - `data` Data[] — unresolved $ref
  - `pager` object — Pagination information for the list of terminals.
    - `total_items` integer — The total number of terminals.

## Other responses

- `403` — Error

---

[API](https://skmtc.dev/multisafepay/apis/multisafepay-banking-order-api.md) · [All operations](https://skmtc.dev/multisafepay/apis/multisafepay-banking-order-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multisafepay/multisafepay-banking-order-api/revisions/ce9612e4a307/schema)
