# Tracklog

Acquire live chat dashboard gives your team leader an overview of agent activity at any given time.

Acquire Tracklog API header parameter in Authorization Token and Content-Type application/x-www-form-urlencoded send.

| Parameter         | Value                                                 |
| ----------------- | ----------------------------------------------------- |
| **Path**          | <https://app.acquire.io/api/profile/lead/tag-account> |
| **Method**        | POST                                                  |
| **Authorization** | Bearer **YOUR\_API\_AUTH\_TOKEN**                     |
| **Content-type**  | application/x-www-form-urlencoded                     |

#### **Response JSON Format**

```javascript

{
    "success": true,
    "error": null,
    "data": "OK Y"
}
```
