Ping Test
zapiPing
POST https://{yourdomainname}.zaui.net/zapi/
Request Body
Name
Type
Description
zapiToken*
integer
Token that must be used for a partner to communicate with your Zaui system.
zapiAccountId*
integer
Generated by your Zaui system.
zapiUserId*
integer
Generated by your Zaui system when you create a new contact in your system.
methodName*
string
The method being called
<request>
<zapiToken></zapiToken>
<zapiAccountId></zapiAccountId>
<zapiUserId></zapiUserId>
<zapiMethod>
<methodName>zapiPing</methodName>
</zapiMethod>
</request><?xml version="1.0" encoding="utf-8"?>
<response>
<zapiVersion>2.0</zapiVersion>
<error>0</error>
<message>ZAPI Ok</message>
<methodResponse>
<methodName>zapiPing</methodName>
<methodErrorMessage>Pong</methodErrorMessage>
</methodResponse>
</response>Last updated
Was this helpful?
