---
title: "Get card terminals"
method: GET
path: "/card-terminals"
tags: ["Card Terminal"]
---

# Get card terminals

`GET /card-terminals`

## Query parameters

- `currency` string
- `status` string

## Response `200`

Successful

- CardTerminal[]
  - `id` integer — Id of the terminal.
  - `nickname` string — Nickname of terminal
  - `currency` string — Currency of terminal. possible values are CAD | USD
  - `status` string — Status of Terminal. possible values are ACTIVE | INACTIVE
  - `address` object
    - `street1` string
    - `street2` string
    - `city` string
    - `province` string — Abbreviation of province
    - `country` string — Abbreviation of country
    - `postalCode` string — Postal or zip code

## Other responses

- `default` — Failed

---

[API](https://skmtc.net/helcim/apis/the-helcim-api.md) · [All operations](https://skmtc.net/helcim/apis/the-helcim-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/helcim/the-helcim-api/revisions/345052ca6578/schema)
