Agent Login
This call will return the API token, API User ID and API Account ID, which can then be used on subsequent calls.
zapiAgentLogin
Request Body
Name
Type
Description
<?xml version="1.0" encoding="utf-8"?>
<response>
<zapiVersion>2.1</zapiVersion>
<error>0</error>
<message>OK</message>
<methodResponse>
<methodName>zapiAgentLogin</methodName>
<methodErrorCode>0</methodErrorCode>
<methodErrorMessage>Login Successful</methodErrorMessage>
<zapiUsername>joesmith</zapiUsername>
<zapiAccountId>398</zapiAccountId>
<zapiUserId>1227</zapiUserId>
<firstName>Joe</firstName>
<lastName>Smith</lastName>
<zapiApiToken>58ac1371783bc1091e5248f6c4ef8ff5cb0e4f1a</zapiApiToken>
<cartId>b17d62046cde010f18c10285f3f85c82</cartId>
</methodResponse>
</response>Last updated
Was this helpful?
