Find answers to your questions quickly
POST api/leads Header ...
GET api/leads/:id Header ...
GET ...
...
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...
"country_id","iso2","short_name","calling_code" "1","AF","Afghanistan","93" "2","AX","Aland Islands","358" "3","AL","Albania","355" "4","DZ","Alg...
Mandatory (MUST HAVE) Parameters: password (String), name (String),...
[ { "country_id": 1, "iso2": "AF", "short_name": "Afghanistan", "calling_code": 93 }, { "...
GET api/leads/deposits Header ...
GET api/leads/statuses Header ...