Locations

Retrieves a paginated list of locations associated with the authenticated team.

List locations

get
Authorizations
Responses
200

List of locations

application/json
get
/locations
GET /api/v1/locations HTTP/1.1
Host: 
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200

List of locations

{
  "data": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "name": "text",
      "created_at": "2025-10-18T14:45:33.951Z",
      "updated_at": "2025-10-18T14:45:33.951Z"
    }
  ],
  "links": {},
  "meta": {}
}

Last updated