v1

latestOpenAPI 3.1.02026-07-22155403592.5 KB
Point of Sale
Locations

Get locations

Returns a list of the locations

get/consumers/{consumer_id}/pos/locations

Path parameters

consumer_idstring uuid required

Query parameters

pageinteger

Page number

sizeinteger

Page size

Response

Successful Response

totalinteger required
pageinteger required
sizeinteger required

Example response

{
  "items": [
    {
      "id": "371ca583-d218-4900-b236-397532cf0e52",
      "name": "Restaurant de la Paix",
      "timezone": "Europe/Paris",
      "address": {
        "address_type": "home",
        "name": "Home",
        "street": "Main Street",
        "number": "123",
        "box": "A",
        "city": "Paris",
        "postal_code": "75000",
        "country": "FR"
      }
    }
  ]
}