Endpoints
Get Leads
This endpoint provides a list of leads containing session IDs and user information such as name, email, and phone number.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The bot id associated with the trained chatbot model.
Response
200
application/json
Conversation list response.
The unique ID of the lead.
Example:
"aki56d7-1719768767426"
The timestamp when the session was lead.
Example:
"2024-06-30T17:32:53.518+00:00"
The name of the end user associated with the lead.
Example:
"John Doe"
The email address of the end user associated with the lead.
Example:
"john@doe.com"
The phone number of the end user associated with the lead.
Example:
"+13434346567"
A boolean flag that indicates whether the conversation has been transferred to a live agent.
Example:
false