---
title: "Get a list of terminal products"
method: GET
path: "/companies/{companyId}/terminalProducts"
tags: ["Terminal orders - company level"]
---

# Get a list of terminal products

`GET /companies/{companyId}/terminalProducts`

Returns a country-specific list of payment terminal packages and parts that the company identified in the path has access to.
 
To make this request, your API credential must have one of the following [roles](https://docs.adyen.com/development-resources/api-credentials#api-permissions):
* Management API—Terminal ordering read
* Management API—Terminal ordering read and write

In the live environment, requests to this endpoint are subject to [rate limits](https://docs.adyen.com/point-of-sale/automating-terminal-management#rate-limits-in-the-live-environment).

## Path parameters

- `companyId` string, required

## Query parameters

- `country` string, required
- `terminalModelId` string
- `offset` integer
- `limit` integer

## Response `200`

OK - the request has succeeded.

- TerminalProductsResponse
  - `data` TerminalProduct[] — Terminal products that can be ordered.
    - `description` string — Information about items included and integration options.
    - `id` string — The unique identifier of the product.
    - `itemsIncluded` string[] — A list of parts included in the terminal package.
    - `name` string — The descriptive name of the product.
    - `price` TerminalProductPrice
      - `currency` string — The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes).
      - `value` number, double — The price of the item.

## Other responses

- `400` — Bad Request - a problem reading or understanding the request.
- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

---

[API](https://skmtc.net/adyen/apis/management-api.md) · [All operations](https://skmtc.net/adyen/apis/management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/management-api/revisions/1089ade06e17/schema)
