Save Prospects
Prospects
Save Prospects
Save prospects from search results to your CRM as contacts
POST
Save Prospects
Request
Headers
Body Parameters
Array of prospect objects to save
Optional: UUID of list to add contacts to
Response
Example Response
Complete Workflow Example
Search for prospects, then save them:Duplicate Handling
The API automatically detects duplicate contacts based on email address. If a contact already exists, it will be skipped (not counted in
created).Errors
| Status | Code | Description |
|---|---|---|
| 400 | validation_error | Invalid prospect data |
| 401 | invalid_key | Invalid API key |
| 403 | insufficient_permissions | Missing write permission |
| 404 | not_found | List ID not found (if provided) |
| 429 | rate_limited | Rate limit exceeded |