curl --request GET \
--url https://api.maalbar.dk/logistics/locations \
--header 'X-Api-Key: <api-key>'{
"data": [
{
"publicId": "<string>",
"type": "<string>",
"name": "<string>",
"own": true,
"geographical": {
"location": {
"publicId": "<string>",
"name": "<string>"
}
},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"externalId": "<string>",
"address": "<string>",
"city": "<string>",
"zip": "<string>",
"weeksRotation": 123,
"totalCapacity": 123,
"shelfHeight": 123,
"stores": 123,
"timeperiod": "<string>",
"vatNumber": "<string>",
"tier": "<string>"
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalCount": 123,
"totalPages": 123
}
}Get all locations for the current customer. Paginated with defaults page=1, pageSize=50
curl --request GET \
--url https://api.maalbar.dk/logistics/locations \
--header 'X-Api-Key: <api-key>'{
"data": [
{
"publicId": "<string>",
"type": "<string>",
"name": "<string>",
"own": true,
"geographical": {
"location": {
"publicId": "<string>",
"name": "<string>"
}
},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"externalId": "<string>",
"address": "<string>",
"city": "<string>",
"zip": "<string>",
"weeksRotation": 123,
"totalCapacity": 123,
"shelfHeight": 123,
"stores": 123,
"timeperiod": "<string>",
"vatNumber": "<string>",
"tier": "<string>"
}
],
"pagination": {
"page": 123,
"pageSize": 123,
"totalCount": 123,
"totalPages": 123
}
}