cURL
curl --request GET \ --url https://eu-gcp-api.vg-stuff.com/v3/leads \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": "<array>" }
Gets all leads, this route must use the new V3 endpoints.
Documentation IndexFetch the complete documentation index at: https://docs.convocore.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.convocore.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response