cURL
curl --request GET \ --url https://prod.truv.com/v1/orders/{id}/events/ \ --header 'X-Access-Client-Id: <api-key>' \ --header 'X-Access-Secret: <api-key>'
{ "results": [ { "object": "order", "type": "order_created", "is_refresh": false, "order_id": "48427a36d43c4d5aa6324bc06c692456", "timestamp": "2025-08-06T10:49:22.139861Z", "suborder_id": "f01b5641ac104074b7f5b376fb34691a", "task_id": "85aec5c06cc34a66cdc6a4c34febe1fe", "link_id": "d3020b91e411417ea82d40b09998e454" } ] }
Returns a list of events for the specified order.
Client ID
Client Access Key
Order ID received from the POST request
Whether to include events from refresh orders
List of events for the specified order
Show child attributes
Was this page helpful?
Contact support