# Obtener link de trackeo

El link de seguimiento es una url que permite ver el estado de una orden de trabajo en tiempo real. Cualquier modificación de la misma dentro de Persat, impacta directamente sin necesidad de generar otro link.

<figure><img src="https://3878285185-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LZX85SzYcp8wvaPjODD%2Fuploads%2FkEhgWrsjOavZLuwIqY38%2F2024-07-11_17-12.png?alt=media&#x26;token=012694b3-1109-40e9-97ef-9d91730e7f9a" alt=""><figcaption></figcaption></figure>

<mark style="color:blue;">`GET`</mark> `https://api.persat.com.ar/v1/work-orders/tracklink/wo_id`

#### Query Parameters

| Name                                     | Type   | Description                          |
| ---------------------------------------- | ------ | ------------------------------------ |
| wo\_id<mark style="color:red;">\*</mark> | String | Identificador de la orden de trabajo |

#### 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://wotracking.persat.com.ar/?hash=tkvfyM88WYA%2FZBEDzKLP5zMGJtIb1DhRGVmSbH%2SE..."
    }
}
```

{% endtab %}
{% endtabs %}
