GET LeadInfo API Version 1
Updated on 2016-02-25
Current Version: Version 1
Deprecated Version: NA
Requests Allowed: GET&SOAP
Summary:
Returns lead information
Resource/WSDL Page:
http://<your_domain_here>/api/1/get.asmx?op=LeadInfo
Parameters
api_key |
Must be a valid API key (existing and not expired) Example Values: RUxep4nIQQmSAFn4JFECgOMdvJLeocp |
lead_id Required Type: STRING |
Example Values: 77C352B8 |
vertical_id Required Type: STRING |
Obtained via GET Verticals API or EXPORT LeadsByAffiliate or EXPORT LeadsByBuyer API. Pass 0 for all verticals Example Values: 42 |
**Note all optional parameters still need to be passed through in the actual call. These parameters do not need a value (therefore you can use a null value).
Example Request
GET https://demo-new.cakemarketing.com/api/1/get.asmx/LeadInfo?api_key=7kkLImWsRr2kPLjBwrPEd2g07ks8daj&lead_id=B27B2DF0&vertical_id=1644 |
Sample XML Response:
Example Error Messages:
Error Message |
Likely Cause |
Invalid API Key |
API key does not exist or is expired |