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
The timestamp when the session was lead.
The unique ID of the lead.
The email address of the end user associated with the lead.
The name of the end user associated with the lead.
The phone number of the end user associated with the lead.
A boolean flag that indicates whether the conversation has been transferred to a live agent.