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

# aid_locations_lid_get

`GET /accounts/{aid}/locations/{lid}`

Get single sales location
scopes:
- admin:locations
- read:locations

## Path parameters

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

## Response `200`

a single sales location details

- 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
- `404` — Resource was not found
- `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)
