Skip to main content
POST
Add Leads

Authorizations

Authorization
string
header
required

Specify the authorization token in the form AccountId:SecretKey, or an OAuth 2.0 access token.

For more information, check out the Authorization Guide and the OAuth 2.0 Guide.

Path Parameters

pearlId
string
required

Body

leads
object[] | null

Collection of leads to add to an outbound Pearl.

Constraints:

  • Max 50,000 leads.
  • Each lead must follow the validation rules defined in LeadToAddApi.

Response

All leads were added successfully.

The response is of type boolean.