> For the complete documentation index, see [llms.txt](https://developer.acquire.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.acquire.io/master/rest-apis/oauth/tracklog.md).

# 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"
}
```
