Smart Prospect
Find Emails API
Find email addresses for up to 10 contacts - POST /search-contacts/find-emails
POST
This endpoint requires authentication via API key passed as a query parameter (
api_key).Query Parameters
Your SmartLead API key for authentication
Request Body
The request body must be JSON.
contacts is required and must be a non-empty array with at most 10 items. Each contact must have firstName, lastName, and companyDomain.Array of contacts (max 10 items)
First name of the contact
Last name of the contact
Company domain (e.g. example.com)
Response Codes
Request successful
Bad Request
Unauthorized
Payment Required
Internal Server Error
