1.0.0
OAS 3.0.0
Combined API
Base URL
Client Libraries
Shell
Ruby
Node.js
PHP
Python
More
Lead successfully added to contacts list and campaign
Bad request
Unauthorized - Invalid API key
Forbidden - API key issue or contact already in workspace
List or campaign not found
Internal server error
curl --request POST \
--url https://prosp.ai/api/v1/leads \
--header 'Content-Type: application/json' \
--data '{
"api_key": "",
"linkedin_url": "",
"list_id": "",
"campaign_id": "",
"data": [
{
"property": "",
"value": ""
}
]
}'
{
"message": "success"
}
Lead successfully added to contacts list and campaign