v1

latestOpenAPI 3.0.32026-07-24156161.2 MB
Leads

Get Extended information about lead(s)

The Get extended information about leads API endpoint allows you to get all the extended details from a lead based on one or more extended data from the leads. You should add all the filters in the body request.
Apply various request parameters as filters to segment and limit the number of records.

put/leads/extended-data

Request body

idnumber[]

Example request

{
  "id": [
    123
  ]
}

Response

Successful operation

Example response

{
  "leads": [
    {
      "address1": null,
      "address2": "test test",
      "api_user_id": null,
      "assigned_username": null,
      "birthdate": null,
      "call_after": "2022-07-13 18:12:59",
      "call_after_outside_allowed_time": "0",
      "calls": 276,
      "calls_count": "276",
      "campaign_id": "11",
      "campaign_lead_id": "2465",
      "campaign_name": "My_campaign",
      "campaign_updated_at": "2022-07-31 07:35:29",
      "city": null,
      "country": "United Kingdom",
      "created_at": "2022-01-31 07:34:34",
      "dnc": null,
      "dnc_ttl": null,
      "duplicate_of": null,
      "email": "rhodrid7@gmail.com",
      "first_name": "weweew",
      "hlr": "0",
      "is_deleted": "0",
      "is_do_not_call": "0",
      "last_name": "fhghhh qweq",
      "lat": null,
      "lead_file_created_at": null,
      "lead_file_id": null,
      "lead_file_name": null,
      "lead_id": "47",
      "lng": null,
      "loan_amount": null,
      "locked_user_id": "0",
      "original_identifier": "726829",
      "parsing_state": "2",
      "phone": "*******61371",
      "phone2": null,
      "phone_normalized": "*******61371",
      "phone_normalized2": null,
      "purchase_amount": "0",
      "purchase_card_digits": "123",
      "purchase_card_name": null,
      "purchase_card_type": null,
      "purchase_date": "1970-01-01 00:00:00",
      "purchase_product_name": null,
      "purchase_site": null,
      "reasons": [
        "Status not set"
      ],
      "remote_adapter_id": "0",
      "state": null,
      "status_id": "0",
      "status_name": null,
      "support_site": null,
      "time_offset": "0",
      "timezone": null,
      "timezone_id": "195",
      "updated_at": "2022-07-25 13:23:23",
      "weight": "65475",
      "zip": null
    }
  ]
}