Skip to content

Get one location

GET
/locations/{id}

Returns 404 — never 403 — for a location outside the key's restriction: a 403 would confirm that another site exists.

Authorizations

ApiKeyBearer

A shop-scoped API key created in the dashboard and shown exactly once. An MCP tmk_ key presented here returns a 401 that names the mistake.

Type
HTTP (bearer)

Parameters

Path Parameters

id*

An opaque id. The API never promises an id format.

Type
string
Required

Responses

Get one location

application/json
JSON
{
  
"id": "loc_docsfixture0001",
  
"name": "Via Roma 1",
  
"address": "Via Roma 1",
  
"city": "Milano",
  
"postal_code": "20121",
  
"country_code": "IT",
  
"lat": 45.4642,
  
"lon": 9.19,
  
"require_staff_pin": false,
  
"active": true,
  
"disabled_at": null,
  
"created_at": "2026-08-05T10:15:00.000Z",
  
"updated_at": "2026-09-04T10:15:00.000Z"
}

Samples

Powered by VitePress OpenAPI

Requires the Business API add-on.