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>

Last updated