cURL
curl --request GET \ --url https://api.maalbar.dk/logistics/distributions \ --header 'X-Api-Key: <api-key>'
{ "data": [ { "publicId": "<string>", "name": "<string>", "period": "<string>", "toDate": "2023-11-07T05:31:56Z", "fromDate": "2023-11-07T05:31:56Z", "default": true, "status": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "pagination": { "page": 123, "pageSize": 123, "totalCount": 123, "totalPages": 123 } }
Get all distributions for the current customer. Paginated with defaults page=1, pageSize=50
Successful response
Show child attributes