x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/customers/transactions?page&page_size&brief&customer_id&customer_code&transaction_type&active_only&from_datetime&to_datetime' \
--header 'x-api-key: <api-key>'{
"items": [
{
"id": 1042,
"code": "FAC-2026-00312",
"customer": {
"id": 105,
"code": "10005",
"name": "Atelier Lac Saint-Jean"
},
"transaction_type": {
"id": 3,
"code": "invoice",
"label": "Facture"
},
"date": "2026-03-01T00:00:00",
"updated_at": "2026-03-05T11:20:00-05:00",
"_links": {
"self": "/api/customers/transactions/by-id/1042"
}
},
{
"id": 1043,
"code": "CR-2026-00015",
"customer": {
"id": 107,
"code": "10007",
"name": "Pièces Auto Montréal"
},
"transaction_type": {
"id": 2,
"code": "credit",
"label": "Crédit"
},
"date": "2026-03-02T00:00:00",
"updated_at": "2026-03-06T09:15:00-05:00",
"_links": {
"self": "/api/customers/transactions/by-id/1043"
}
}
],
"page": 1,
"page_size": 50,
"total": 847,
"total_pages": 17
}