Skip to main content
POST
This endpoint requires authentication via API key passed as a query parameter (api_key).

Query Parameters

string
required
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.
object[]
required
Array of contacts (max 10 items)
string
required
First name of the contact
string
required
Last name of the contact
string
required
Company domain (e.g. example.com)

Response Codes

Success
Request successful
Bad Request
Bad Request
Unauthorized
Unauthorized
Payment Required
Payment Required
Internal Server Error
Internal Server Error