x-api-key: ********************curl --location -g --request GET 'https://relay.exostack.cloud//api/helpers/updates?from_datetime&to_datetime&entities&brief&limit' \
--header 'x-api-key: <api-key>'{
"from_datetime": "2026-03-10T00:00:00-04:00",
"to_datetime": "2026-03-17T00:00:00-04:00",
"brief": true,
"truncated": false,
"total_count": 342,
"entities": {
"customers": {
"count": 120,
"items": [
{
"id": 1,
"code": "CLI001",
"updated_at": "2026-03-12T14:30:00-04:00"
},
{
"id": 2,
"code": "CLI002",
"updated_at": "2026-03-15T09:00:00-04:00"
}
]
},
"invoices": {
"count": 222,
"items": [
{
"id": 10,
"code": "FAC-2026-001",
"updated_at": "2026-03-11T16:45:00-04:00"
}
]
}
}
}