---
title: "List Pontos Venda"
method: GET
path: "/public/pontos-venda/"
tags: ["pontos-venda-public"]
---

# List Pontos Venda

`GET /public/pontos-venda/`

List all points of sale for the company associated with the website token.

Returns paginated list with address, email, and photo info.

## Query parameters

- `skip` integer — Items to skip
- `limit` integer — Items per page

## Headers

- `x-website-token` string, required

## Response `200`

Successful Response

- PontoVendaListResponseWrapper — Wrapped list response with pagination.
  - `items` PontoVendaListResponse[], required
    - `ID` integer, required
    - `Nome` string, required
    - `DESIGANCAO` string, nullable, required
    - `Contacto` string, nullable, required
    - `morada` string, nullable, required
    - `codigopostal` string, nullable, required
    - `email` string, nullable, required
    - `NIPC` string, nullable, required
    - `foto_url` string, nullable, required
    - `id_foto` integer, nullable, required
  - `total` integer, required — Total items in current page
  - `limit` integer, required
  - `offset` integer, required

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/multigest/apis/multigest-protected-api.md) · [All operations](https://skmtc.dev/multigest/apis/multigest-protected-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/multigest/multigest-protected-api/revisions/4b44eb76b3ee/schema)
