# Profile Agents

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

Profile Agents API in header parameter Authorization: Bearer \[YOUR\_API\_AUTH\_TOKEN], Content-Type : application/x-www-form-urlencoded and body parameter in id send.

| Parameter         | Value                                                    |
| ----------------- | -------------------------------------------------------- |
| **Path**          | <https://app.acquire.io/api/profile/lead/profile-agents> |
| **Method**        | POST                                                     |
| **Authorization** | Bearer **\[YOUR\_API\_AUTH\_TOKEN]**                     |
| **Content-type**  | application/json                                         |

**Body**

| Parameter | Value |
| --------- | ----- |
| **id**    | 186   |

**Response JSON**

```javascript

{
    "success": true,
    "error": null,
    "data": []
}
```
