# Get Locations Gets a list of all current Stallion Express locations. Endpoint: GET /locations Version: 4 Security: bearerAuth ## Response 200 fields (application/json): - `success` (boolean) Example: true - `locations` (array) Example: [null] - `locations.name` (string) Example: "Mississauga HQ" - `locations.type` (string) Example: "Branch" - `locations.address1` (string) Example: "6691 Edwards Blvd" - `locations.city` (string) Example: "Mississauga" - `locations.province_code` (string) Example: "ON" - `locations.postal_code` (string) Example: "L5T 2H8" - `locations.country_code` (string) Example: "CA" ## Response 401 fields (application/json): - `message` (string) Example: "Unauthenticated." ## Response 500 fields (application/json): - `success` (boolean) - `errors` (array) Example: ["An unknown error occured"]