AIductive
  • Knowledge Base
  • Affiliate
  • Register
  • Login

Search Knowledge Base Articles

  • Lead - Add New Lead [code]

    2021-12-15 13:37:08
    POST api/leads Header Field Type Description ...
  • Lead - Request lead information [code]

    2021-12-15 13:39:36
    GET api/leads/:id Header Field Type Description ...
  • Lead - Search Lead Information [code]

    2021-12-15 13:40:04
    GET api/leads/search/:keysearch Header ...
  • Lead - Update a lead [code]

    2021-12-15 13:40:31
    PUT api/leads/:id H...
  • Usage of the API [code]

    2021-12-15 13:47:16
    the AUTOLOGIN process meant to receive form information by POST method and register the lead to the CRM, as well as register user onto the platform, and redirect user with auto login.to follow the lead status, you use the API (GET LEADS BY...
  • Lead - Search By Dates Range [code]

    2021-12-20 17:53:41
    GET api/leads/dates/{from_date}/{t...
  • Lead - Country List [code]

    2022-01-26 08:06:08
    "country_id","iso2","short_name","calling_code" "1","AF","Afghanistan","93" "2","AX","Aland Islands","358" "3","AL","Albania","355" "4","DZ","Algeria","213" "5","AS","American Samoa","1+684" "6","AD","Andorra","376" "7","AO","Angola","244" "8","...
  • Lead - Register / AutoLogin [code]

    2022-01-26 10:52:51
    Mandatory (MUST HAVE) Parameters: password (String), name (String), email (String), source_id (Integer as String),...
  • Lead - Country List JSON Format [code]

    2022-01-26 12:25:59
    [ { "country_id": 1, "iso2": "AF", "short_name": "Afghanistan", "calling_code": 93 }, { "country_id": 2, "iso2": "AX", "short_name": "Aland Islands", "calling_code": 358 }, ...
  • GET FTD Leads [code]

    2022-02-09 12:57:05
    GET api/leads/deposits Header Field Type Description ...
  • Get Deposited Leads by Dates [code]

    2022-02-17 09:35:32
    ...
  • Leads Status [code]

    2022-07-11 15:23:40
    GET api/leads/statuses Header Field Type Description ...
2025 Copyright AIductive