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

# GET /api/posinfo

`GET /api/posinfo`

Get all POS Infos

## Query parameters

- `top` number, float — A limit on the number of objects to be returned. Can range between 1 and 1000.
- `skip` number, float — The number of objects to skip for the requested result
- `name` string
- `operationMode` 'OPERATOR' | 'KIOSK'
- `sellerId` string, nullable — Filter by seller ID

## Response `200`

OK

- GETPosGetAllPosInfos200Response
  - `docs` 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
  - `total` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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