If you have your own system and would like to update a lead list without our dashboard, we have just created an API allowing you to do just that. This API is for server to server communication, in case you have your own CRM system or something similar to manage your customer base.
Description: This API allows you to delete a lead list.
Url: https://mcpn.us/limeApi?ev=deleteLeadList
Parameters
Parameter Name (Case Sensitive)
|
Value |
Description |
Remarks |
user (mandatory) |
Advertiser username |
The advertiser’s username that matches the api_id |
|
api_id (mandatory) |
Advertiser Api Id |
The advertiser’s api_id that matches the username |
Can be generated from edit profile |
list_id |
Lead List ID |
The desired list's id to delete |
|
Return Code
If the API succeeds then it will return with status code 200.
If an error occurs or there is an invalid parameter then it returns with status code 400 or 500 with an error message in the response.
Examples: https://mcpn.us/limeApi?ev=deleteLeadList&user=advertiser@gmpizza.com&api_id=q5JA73WRLy13822&list_id=1001
Comments
0 comments
Article is closed for comments.