Submit a Ticket My Tickets
Welcome
Login  Sign up

[Auth] Login (V2) - Admin/Affiliate

WSDL Page:  http://<your_domain_here>/api/2/auth.asmx?op=Login

 

Parameter Summary:

username / STRING = CAKE Username

password / STRING = CAKE Password

ip_address / STRING = Login IP Address

 

Parameter Types:

username - ID

password - ID

ip_address - ASSIGNABLE

 

Sample GET Call:

http://demo.cakemarketing.com/api/1/auth.asmx/Login?username=andy@getCAKE.com&password=a069gsSDG934&ip_address=8.8.8.8

 

Sample XML Response:

<login_response>
  <success>true</success>
  <row_count>1</row_count>
  <login_info>
    <contact_id>3219</contact_id>
    <contact_first_name>Andy</contact_first_name>
    <contact_last_name>Worford</contact_last_name>
    <role_id>6</role_id>
    <role_name>Affiliate</role_name>
    <company_id>5931</company_id>
    <company_name>CPA API</company_name>
    <api_key>xHeSkLoXt70</api_key>
    <server_time>2012-09-18T10:40:07.1110505-07:00</server_time>
    <server_timezone>Pacific Daylight Time</server_timezone>
  </login_info>
</login_response>

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.