---
title: "Fetch a Web POS device"
method: GET
path: "/v1/webpos/{webpos_device_id}"
tags: ["Web POS"]
---

# Fetch a Web POS device

`GET /v1/webpos/{webpos_device_id}`

Fetch a Web POS device

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

## Path parameters

- `webpos_device_id` string, uuid, required

## Response `200`

Successful Response

- WebPOSDevice
  - `id` string, uuid, required — The unique ID for the Web POS device.
  - `name` string, required — The friendly POS device name.

## 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)
