cURL
curl --request POST \ --url https://dev.api.r4technology.io/endpoint/tracking-webhook \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "return_id": "ZG12345678", "status": "detail", "timestamp": "2025-03-15T14:23:17Z", "description": "Package scanned and received at a dropoff point" } '
Sends order tracking updates to your endpoint when the status of an order changes
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Tracking update notification
The return/order ID for this tracking update
Status code for this update
ISO 8601 timestamp of the update
Human-readable description of the status