For the complete documentation index, see llms.txt. This page is also available as Markdown.

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


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

Last updated