Get a tracking link

This endpoint allows you to generate a secure tracking link with a unique token that matches the recipient's information.

A secure tracking URL with a token is needed so that recipients are the only ones who can view the link on their devices.

Get tracking link

get

Get tracking link for a delivery.

Autorizaciones
AuthorizationstringRequerido
Parámetros de ruta
idstringRequerido

Identifier or reference Id of the delivery you want the link for.

Respuestas
chevron-right
200

Successful operation

application/json

Delivery information.

tokenstringOpcional

Access token for the tracking link.

Example: AAAAAABBBBBBBCCCCCCCDDDDDD
urlstringOpcional

Url with the tracking link.

Example: https://api.shippify.co/track/t-pruaas-5063?token=AAAAAABBBBBBBCCCCCCCDDDDDD&ref=server
get
/v1/deliveries/token/{id}

Última actualización