> For the complete documentation index, see [llms.txt](https://docs.api.persat.com.ar/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.api.persat.com.ar/modulos/gestion-de-entregas/obtener-link-de-trackeo.md).

# Obtener link de trackeo

El link de trackeo es una url que permite ver el estado de la entrega en todo momento. Incluso ver donde se encuentra el chofer con el paquete.

![](/files/t4pQJlSil9GZ7SN6Jdiv)

<mark style="color:blue;">`GET`</mark> `https://api.persat.com.ar/v1/deliveries/tracklink/id`

#### Query Parameters

| Name | Type   | Description                 |
| ---- | ------ | --------------------------- |
| id   | String | Identificador de la entrega |

#### Headers

| Name                                            | Type   | Description     |
| ----------------------------------------------- | ------ | --------------- |
| Authorization<mark style="color:red;">\*</mark> | String | Bearer API\_KEY |

{% tabs %}
{% tab title="200: OK La consulta se ejecutó con éxito" %}

```javascript
{
    "success": true,
    "data": {
        "tracklink": "https://trackdelivery.persat.com.ar/trackdelivery.html?hash=tkvfyM88WYD9kBXnIlaKPuHvIDo1mVHFwaE..."
    }
}
```

{% endtab %}
{% endtabs %}
