---
title: "Get Terminal"
method: GET
path: "/terminals/{terminal_id}"
tags: ["Point of Sale"]
---

# Get Terminal

`GET /terminals/{terminal_id}`

Retrieve information about a POS terminal bound to a MultiSafepay account.

## Path parameters

- `terminal_id` string, required

## Response `200`

Request successful

- object
  - `success` boolean
  - `data` object — Information related to the terminals linked to the terminal group.
    - `id` TerminalId — unresolved $ref
    - `provider` 'CTAP' | 'SMARTPOS' — The type of terminal linked to the account.
    - `name` Name — unresolved $ref
    - `code` string, uuid — The activation code for the terminal, presented as a unique universal identifier (UUID). Use this code to generate a QR code. Once generated, the QR code can be scanned from the terminal to link it to the terminal group. For more information, see [Activate terminal](/docs/smartpos-activation#activation). **:warning:Note**: This code is only generated for terminals that are not yet activated. Once generated, the code expires after 1 hour.
    - `created` Created — unresolved $ref
    - `last_updated` LastUpdated — unresolved $ref
    - `manufacturer_id` ManufacturerId — unresolved $ref
    - `serial_number` SerialNumber — unresolved $ref
    - `active` Active — unresolved $ref
    - `group_id` GroupId — unresolved $ref
    - `country` Country — unresolved $ref

## 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)
