# 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 %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.api.persat.com.ar/modulos/gestion-de-entregas/obtener-link-de-trackeo.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
