curl --request GET \
--url https://api.getsly.ai/v1/v1/ucp/orders/{id}/events \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"type": "shipped",
"occurred_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"data": {}
}
]
}curl --request GET \
--url https://api.getsly.ai/v1/v1/ucp/orders/{id}/events \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "<string>",
"type": "shipped",
"occurred_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"data": {}
}
]
}