cj logo

Webhook

Copied!
copy

This HTTP Post enables you to submit a receiver URL where ClearJet will send shipment tracking status.

Request Body

Authorization

Token   <token>

Body

raw (json)
json
Copied!
copy
{
    "name": "ClearJet webhook",
    "url": "example.com"
}

Example Request

curl
Copied!
copy
curl --location 'https://os.clearjet.com/version-test/api/1.1/wf/webhook' \
--data '{
    "name": "ClearJet webhook",
    "url": "example.com"
}'

Example Response