Skip to main content
POST
/
endpoint
/
tracking-webhook
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"
}
'
This is a webhook that we send to your endpoint. You cannot call this endpoint.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Tracking update notification

return_id
string

The return/order ID for this tracking update

status
string

Status code for this update

timestamp
string<date-time>

ISO 8601 timestamp of the update

description
string

Human-readable description of the status