Generate Secure Tracking Url

This endpoint lets you generate the secure tracking link with a unique token that matches the information of the recipient.

A secure tracking URL with a token is needed so recipients are the only ones able to see the link on their devices.

Endpoint

GET {{SHIPPIFY_API_URL}}/v1/deliveries/token/:id

Request

PropertyTypeDescriptionRequiredConstraints

id

string

Id of the task created within the system, you can also use the reference id here

NO

Response

PropertyTypeDescription

token

string

Token that gives permission to see the tracking of the task.

url

string

Url of the tracking task.

recipient

Data of the recipient contact.

Example

curl --location --request GET 'https://api.shippify.co/v1/deliveries/token/t-pruaas-4973' \
--header 'Authorization: Basic XXXXXXXXXXXXXXXXXXXXXXXXXXXXX' \
--header 'Content-Type: application/json'