pikeo.test.echo

A method to test anonymous access which returns the api key sent.

See anonymous access.

Additional Parameters

None.

Returns

The API Key sent with anonymous authentication.

REST

Request

nonce=LTExMzA2OTIzMTc0NzMzODUzMw%3D%3D&timestamp=2007-12-11T15%3A29%3A08Z&api_key=your_api_key&api_sig=DPt8EH7Ay0IpE63N5UBvkdkNiUk%3D&method=pikeo.test.echo
(decoded : nonce=LTExMzA2OTIzMTc0NzMzODUzMw==&timestamp=2007-12-11T15:29:08Z&api_key=your_api_key&api_sig=DPt8EH7Ay0IpE63N5UBvkdkNiUk=&method=pikeo.test.echo)

Response

<?xml version="1.0" encoding="UTF-8"?>
<response>
<value>fa7b5566be4e820a1876c87aa3a9c13e</value>
</response>

XMLRPC

Call

<?xml version="1.0" encoding="UTF-8"?>
<methodCall>
<methodName>pikeo.test.echo</methodName>
<params>
<param>
<value>
<struct>
<member>
<name>timestamp</name>
<value>2007-03-29T13:49:10Z</value>
</member>
<member>
<name>nonce</name>
<value>NjA5NTM4NzgxMTg2NzU0NTQzMQ==</value>
</member>
<member>
<name>api_key</name>
<value>your_api_key</value>
</member>
<member>
<name>api_sig</name>
<value>JpTxwlf2xYgrK0goxapZdOFjIxg=</value>
</member>
</struct>
</value>
</param>
</params>
</methodCall>

Response

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<methodResponse xmlns:ex="http://ws.apache.org/xmlrpc/namespaces/extensions">
<params>
<param>
<value>
<string>12345678</string>
</value>
</param>
</params>
</methodResponse>

Comments

New comments are not being accepted at this time.