---
title: "aid_locations_get"
method: GET
path: "/accounts/{aid}/locations"
tags: ["locations"]
---

# aid_locations_get

`GET /accounts/{aid}/locations`

Get all sales locations, the starting_after have to be set to location_id
scopes:
- admin:locations
- read:locations

## Path parameters

- `aid` string, ^[PT]{1}\d{8}$, required

## Query parameters

- `limit` integer
- `starting_after` string
- `search` string
- `status` string[]
- `country` string[]
- `phone_number` string[]
- `organization_number` string[]
- `email` string[]
- `type` string[]

## Response `200`

SalesLocation collection

- SalesLocationResponse[]
  - `account_id` string, ^[PT]{1}\d{8}$
  - `id` string, required
  - `organization_number` string
  - `name` string — name of the store, aka trade name of the store
  - `business_name` string — Official name of the person or entity that owns the store.

## Other responses

- `400` — Bad / Invalid request
- `401` — Access forbidden, invalid JWT token was used
- `403` — Forbidden
- `500` — Unexpected Error

---

[API](https://skmtc.net/dintero/apis/account-management-api.md) · [All operations](https://skmtc.net/dintero/apis/account-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dintero/account-management-api/revisions/9b83a4199008/schema)
