---
title: "Fetch terminals assigned to a sub account"
method: GET
path: "/v1/accounts/{accountId}/terminals"
tags: ["Accounts"]
---

# Fetch terminals assigned to a sub account

`GET /v1/accounts/{accountId}/terminals`

You can use this endpoint to fetch terminals linked to a sub account.

## Path parameters

- `accountId` string, uuid, required

## Query parameters

- `limit` integer
- `cursor` string
- `terminalId` string
- `serialNumber` string
- `terminalLabel` string
- `merchantName` string

## Headers

- `accountId` string, uuid, required

## Response `200`

OK - your request was successful.

- object
  - `code` string, required — Response Code
  - `description` string, required — Response description
  - `data` TerminalListResults, required
    - `results` TerminalResult[] — Contains list of terminals
      - `terminalId` string, required — Terminal ID
      - `serialNumber` string, required — Serial number
      - `accountId` string, required — Account ID
      - `parentAccountId` string, required — Parent account ID
      - `merchantName` string, required — Merchant name
      - `terminalLabel` string, required — Terminal label
      - `createdAt` string, date-time, required — Creation timestamp
      - `updatedAt` string, date-time, required — Updated timestamp
    - `cursor` string — Cursor for pagination. It will be empty if there is no more page to scroll to

## Other responses

- `400` — The request body sent by merchant did not pass the validation checks
- `401` — The access_token provided to access the resource is missing or invalid.
- `403` — The client does not have the permissions to access this resource
- `404` — The record that the client is trying to access does not exist.
- `429` — The client has maxed out the number of calls within a time period on this resource.
- `500` — Downstream system error.

---

[API](https://skmtc.net/nomba/apis/vendor-api.md) · [All operations](https://skmtc.net/nomba/apis/vendor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nomba/vendor-api/versions/41727ac9be5f/schema)
