Voila-Api-Docs
    Voila-Api-Docs
    • Create Lead
      POST

      Create Lead

      Developing
      POST
      /api/v1/lead/create

      Request

      Header Params

      Body Params application/jsonRequired

      Examples

      Responses

      🟢200Success
      application/json
      Body

      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST '/api/v1/lead/create' \
      --header 'X-Client-Token: 52e4d11256e5c5fe191892a4102560fc36a842468686c98e8e255d85e17f00b7' \
      --header 'X-Xlient-Key: bank-one-client' \
      --header 'Content-Type: application/json' \
      --data-raw '{
        "firstName": "test_01",
        "lastName": "Agile_soft",
        "email": "[email protected]",
        "phone": "",
        "secondaryEmail": "",
        "secondaryPhone": "",
        "notes": "Test",
        "pipelineId": 71859,
        "stageId": 307666,
        "contactDate": "2025-12-04",
        "leadSourceId": 9200431,
        "assignTo": 152083,
        "csrId": 0,
        "streetAddress": "Blacow Rd",
        "city": "Fremont",
        "state": "CA",
        "country": "USA",
        "zip": "38930"
      }'
      Response Response Example
      {}
      Modified at 2025-12-15 10:37:05
      Built with