---
title: "GET /api/posinfo/{id}"
method: GET
path: "/api/posinfo/{id}"
tags: ["api", "pos"]
---

# GET /api/posinfo/{id}

`GET /api/posinfo/{id}`

Get POS Info

## Path parameters

- `id` string, required

## Response `200`

OK

- POSInfoResource
  - `id` string, required — The ID of the POS
  - `sellerId` string, required — The ID of the seller owning this POS
  - `active` boolean, required — Whether the POS is active or not
  - `name` string, required — The name of the POS
  - `posNo` string, required — The number of the POS
  - `printingType` 'EXTERNAL' | 'DIRECT', required — The printing type of the POS. DIRECT = direct printing. EXTERNAL = extenral printing.
  - `restrictions` object, required — Restrictions exposed for POS info
    - `restrictPurchaseIntents` boolean — Whether the POS user can manage purchase intents

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

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