---
title: "Get Points Of Sale"
method: GET
path: "/api/vehicles/data/points-of-sale"
tags: ["Vehicles Data"]
---

# Get Points Of Sale

`GET /api/vehicles/data/points-of-sale`

Get points of sale for the user's company.

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- PointOfSaleComboItem[]
  - `ID` integer, required
  - `Nome` string, required

## Other responses

- `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/ace841cc41cc/schema)
