Skip to main content
GET
/
api
/
external
/
locations
List all locations
curl --request GET \
  --url https://app.buylo.ai/api/external/locations \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 1,
      "name": "Main Warehouse",
      "type": "WAREHOUSE",
      "antennas_ids": [
        3,
        7
      ],
      "printer_ids": [
        2
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

data
object[]
required