---
title: "Retrieve a single payment terminal"
method: GET
path: "/api/v1/payment-terminals/{paymentTerminalId}"
tags: ["Payment Terminals"]
---

# Retrieve a single payment terminal

`GET /api/v1/payment-terminals/{paymentTerminalId}`

Required scope: `payment-terminals:read`

## Path parameters

- `paymentTerminalId` string, required

## Response `200`

Payment Terminal with provided id

- PaymentTerminal
  - `id` string, required — Id of this terminal. **NOTE: This is a String**
  - `type` 'payter' | 'local' | 'other', required
  - `teamId` integer — The team this terminal belongs to
  - `chargePointIds` integer[], required — The charge points ids this terminal is assigned to
  - `serial` string, required — Serial number of the Payment Terminal
  - `name` string, required — Name given to the Payment Terminal, defaults to "No Name" if not set by the merchant
  - `isConnected` boolean — Indicates if the terminal is connected or disconnected.
  - `connectedAt` string, date-time, nullable — Date this payment terminal did connect
  - `createdAt` string, date-time, required — Date this entity was created
  - `updatedAt` string, date-time, nullable — Date this entity was updated
  - `deletedAt` string, date-time, nullable — Date this entity was deleted

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

[API](https://skmtc.net/monta/apis/monta-partner-api.md) · [All operations](https://skmtc.net/monta/apis/monta-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/monta/monta-partner-api/versions/517e18f11015/schema)
