API Docs

Lead - Add New Lead [code]

2021-12-15 13:37:08

POST api/leads Header ...

Read More

GET api/leads/:id Header ...

Read More

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...

Read More

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","Alg...

Read More

Mandatory (MUST HAVE) Parameters: password (String), name (String),...

Read More

[ { "country_id": 1, "iso2": "AF", "short_name": "Afghanistan", "calling_code": 93 }, { "...

Read More

GET FTD Leads [code]

2022-02-09 12:57:05

GET api/leads/deposits Header ...

Read More

Leads Status [code]

2022-07-11 15:23:40

GET api/leads/statuses Header ...

Read More