x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/suppliers?page&page_size&brief&code_prefix&name_prefix&active_only&from_datetime&to_datetime' \
--header 'x-api-key: <api-key>'{
"items": [
{
"id": 12,
"code": "FOUR001",
"name": "Fournisseur ABC Inc.",
"active": true,
"updated_at": "2026-03-01T10:00:00-05:00",
"_links": {
"self": "/api/suppliers/by-id/12"
}
},
{
"id": 1,
"code": "ACEM",
"name": "Acme Distribution",
"active": true,
"updated_at": "2026-02-28T09:15:00-05:00",
"_links": {
"self": "/api/suppliers/by-id/1"
}
}
],
"page": 1,
"page_size": 50,
"total": 87,
"total_pages": 2
}