This method validates and then returns the type of information contained in the inbound data, such as tracking information
Carriers which support webhook based tracking or manifesting updates may choose to implement this endpoint
Note: Changes made to the connection meta-data will not be saved if modified
An object containing information sent by the carrier via an inbound data request (e.g. a webhook).
An object with a list of information contained in the inbound data.
{- "data": "{\"tracking_number\":\"12345678901234567890\",\"status\":11,\"timestamp\":\"2021-08-11T21:15:00Z\"}",
- "headers": {
- "content-type": [
- "application/json"
], - "X-Signature": [
- "v1:cedff7d0389299089e4c62c1042ce93059664d455ed0bfdf29cb959a861bda4b",
- "v2:4b3157c730e498cb1126359fa020017e9e7c97b148f2d55da822fdfcd83e4a19"
]
}, - "transaction_id": "00000000-0000-0000-0000-000000000000",
- "metadata": {
- "username": "auctane-next-day",
- "password": "password!",
- "meter_number": "8675309"
}
}
{- "content_types": [
- "tracking"
]
}