Path parameters
-
id
integer(int64) Required Numeric ID of the instance
Minimum value is
1
.
GET
/tracking-events/{id}.json
curl \
--request GET 'http://api.example.com/v1/tracking-events/{id}.json' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"actionRequired": true,
"city": "string",
"country": "string",
"createdAt": "2025-05-04T09:42:00Z",
"details": "string",
"externalId": "string",
"id": 42,
"purchaseInvoiceId": 42,
"state": "string",
"status": "pre_transit",
"statusAt": "2025-05-04T09:42:00Z",
"subStatus": "information_received",
"transactionId": 42,
"updatedAt": "2025-05-04T09:42:00Z",
"zip": "string"
}