Skip to main content
GET
/
leads
Get Leads
curl --request GET \
  --url https://eu-gcp-api.vg-stuff.com/v3/leads \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": "<array>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.convocore.ai/llms.txt

Use this file to discover all available pages before exploring further.

Returns all leads for the specified agent. You must own the agent to access its leads.
Leads are automatically captured during conversations when users provide contact information (email, phone, name).

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

agentId
string
required

Response

Successful response

success
boolean
required
message
string
required
data
array
required