---
title: "Fetch a card machine"
method: GET
path: "/v1/card_machines/{card_machine_id}"
tags: ["Card machines"]
---

# Fetch a card machine

`GET /v1/card_machines/{card_machine_id}`

Fetch a card machine

**Required scope: `business/devices:read`**

## Path parameters

- `card_machine_id` string, required — The unique identifier of the card machine.

## Response `200`

Successful Response

- CardMachine
  - `id` string, required — The unique identifier of the card machine.
  - `nickname` string, nullable, required — A human-friendly name given to the card machine, if one has been set.
  - `serial_number` string, required — The serial number of the card machine.
  - `created_at` string, date-time, required — The card machine creation date and time in ISO 8601 format.
  - `updated_at` string, date-time, required — The date and time the card machine was last modified in ISO 8601 format.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

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