POST
/
prospects
Add prospect to list
curl --request POST \
  --url https://api.goextrovert.com/client/v1/prospects \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "prospectProfileUrl": "https://www.linkedin.com/in/john-doe",
  "prospectListId": "123e4567-e89b-12d3-a456-426614174000",
  "campaignId": "123e4567-e89b-12d3-a456-426614174001",
  "moveDuplicatedProspect": false
}'
{
  "status": "success",
  "data": null,
  "message": "Operation completed successfully",
  "statusCode": 201
}

Authorizations

x-api-key
string
header
required

API key for authentication

Body

application/json

Response

201
application/json

Prospect successfully added

The response is of type object.