This endpoint returns all the locations of the account.
curl --request GET \
--url https://ymmguxlah4.execute-api.eu-west-1.amazonaws.com/v1/locations
[
{
"id": 12345,
"company_name": "Logistics WorldWide Co",
"name": "Saint Quentin warehouse",
"address": "357 allée des Tilleuls",
"city": "Saint Quentin Fallavier",
"zip_code": 69300,
"country": "FR",
"contacts": [
{
"name": "Thierry Henriet",
"email": "log@patagonia.com",
"phone": 33134567891
}
],
"opening_hours": "Monday to Friday 8am to 5pm",
"requires_appointment": true,
"requires_tailgate_truck": false,
"additional_information": "Please avoid Friday after 4pm"
}
]
curl --request GET \
--url https://ymmguxlah4.execute-api.eu-west-1.amazonaws.com/v1/locations
[
{
"id": 12345,
"company_name": "Logistics WorldWide Co",
"name": "Saint Quentin warehouse",
"address": "357 allée des Tilleuls",
"city": "Saint Quentin Fallavier",
"zip_code": 69300,
"country": "FR",
"contacts": [
{
"name": "Thierry Henriet",
"email": "log@patagonia.com",
"phone": 33134567891
}
],
"opening_hours": "Monday to Friday 8am to 5pm",
"requires_appointment": true,
"requires_tailgate_truck": false,
"additional_information": "Please avoid Friday after 4pm"
}
]
This endpoint returns all the locations of the account.
curl --request GET \
--url https://ymmguxlah4.execute-api.eu-west-1.amazonaws.com/v1/locations
[
{
"id": 12345,
"company_name": "Logistics WorldWide Co",
"name": "Saint Quentin warehouse",
"address": "357 allée des Tilleuls",
"city": "Saint Quentin Fallavier",
"zip_code": 69300,
"country": "FR",
"contacts": [
{
"name": "Thierry Henriet",
"email": "log@patagonia.com",
"phone": 33134567891
}
],
"opening_hours": "Monday to Friday 8am to 5pm",
"requires_appointment": true,
"requires_tailgate_truck": false,
"additional_information": "Please avoid Friday after 4pm"
}
]
curl --request GET \
--url https://ymmguxlah4.execute-api.eu-west-1.amazonaws.com/v1/locations
[
{
"id": 12345,
"company_name": "Logistics WorldWide Co",
"name": "Saint Quentin warehouse",
"address": "357 allée des Tilleuls",
"city": "Saint Quentin Fallavier",
"zip_code": 69300,
"country": "FR",
"contacts": [
{
"name": "Thierry Henriet",
"email": "log@patagonia.com",
"phone": 33134567891
}
],
"opening_hours": "Monday to Friday 8am to 5pm",
"requires_appointment": true,
"requires_tailgate_truck": false,
"additional_information": "Please avoid Friday after 4pm"
}
]