x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/customers?page&page_size&brief&from_datetime&to_datetime' \
--header 'x-api-key: <api-key>'{
"items": [
{
"id": 34,
"code": "JACHETE",
"name": "Jean Achète Inc.",
"active": true,
"updated_at": "2026-03-01T14:30:00-05:00",
"_links": {
"self": "/api/customers/by-id/34"
}
},
{
"id": 1,
"code": "ABCDEF",
"name": "ABC Distribution",
"active": true,
"updated_at": "2026-02-28T09:15:00-05:00",
"_links": {
"self": "/api/customers/by-id/1"
}
}
],
"page": 1,
"page_size": 50,
"total": 245,
"total_pages": 5
}