Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://prod-nginx-v2.goextrovert.com/webgateway/api/client/v2/prospect-list/{id} \ --header 'X-API-Key: <api-key>'
{ "status": "success", "data": { "id": "cf33282b-b171-4d23-ae02-848499d793e4", "updatedAt": "2025-06-30T14:02:07.456Z", "createdAt": "2025-06-30T14:02:07.456Z", "name": "<string>", "campaignId": "8d256aa6-9b12-49a7-93ee-bf41634b5b60", "prospectsTotal": 123, "prospectsEnriching": 123 }, "message": "Operation completed successfully" }
Loads a single prospect list by id, including counters and the parent campaign id.
API Key for authentication
Response status
success
Loaded prospect list
Show child attributes
Success message
"Operation completed successfully"