This method subscribes to tracking events for one or more identifiers. This endpoint initiate the subscription with the carrier's system.
An object containing identifiers to subscribe to tracking events for.
Successful subscription response with results for each identifier.
{- "identifiers": [
- {
- "type": "tracking_number",
- "value": "PL1234567890"
}, - {
- "type": "tracking_number",
- "value": "PL0987654321"
}
], - "transaction_id": "771323cb-75eb-4e2a-bc11-fda608c6ade8",
- "authorization": { },
- "metadata": { },
- "connection_name": "a_connect_connection_name_string"
}{- "subscription_results": [
- {
- "identifier": {
- "type": "string",
- "value": "string"
}, - "status": "success",
- "message": "string"
}
], - "metadata": {
- "property1": { },
- "property2": { }
}
}