Create Lead

The Create lead API request enables you to create leads in mass. You should add all the details in the request body.

Request Body

  • The request body should be in the raw format.
  • The payload should include an array of objects, where each object represents a lead with various properties such as first_name, last_name, phone, address, purchase details, email, birthdate, loan_amount, and customFields.

Response

The response will be an array of objects, each containing information about the lead added. The objects will include properties like id, lead_file_id, api_user_id, first_name, last_name, phone, address, purchase details, email, birthdate, loan_amount, remote_adapter_id, hlr, and customFields.

Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!