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 for a delivery.
Autorizaciones
Parámetros de ruta
idstringRequerido
Identifier or reference Id of the delivery you want the link for.
Respuestas
200
Successful operation
application/json
401
Unauthorized
application/json
get
GET /v1/deliveries/token/{id} HTTP/1.1
Host: api.shippify.co
Authorization: Basic username:password
Accept: */*
{
"token": "ThegDpp8VhtbAVw1y7NjSZ",
"url": "https://api.shippify.co/track/t-pruaas-5063?token=ThegDpp8VhtbAVw1y7NjSZ&ref=server",
"recipient": {
"name": "Javier Perez",
"email": "[email protected]"
}
}
Última actualización