API Documentation v2
Name
system/ping
Description
Pings the CrowdSavings.com API to verify if it's alive.
URL
https://www.crowdsavings.com/api/v2/system/ping.xml
Supported Request Method
GET
Supported Return Formats
JSON (default), XML
Parameters
Required
api_key
Example Responses
JSON (default)
{ "response":{ "transaction_id":"da633151747a7281ee7f8b4fda272c77", "requested_at":"2010-02-23 21:03:29", "method":"system\/ping", "message":"We're alive and well, thanks for asking." } }
XML
<?xml version="1.0" encoding="UTF-8"?> <response> <transaction_id>da633151747a7281ee7f8b4fda272c77</transaction_id> <requested_at>2010-02-23 21:03:29</requested_at> <method>system/ping</method> <message>We're alive and well, thanks for asking.</message> </response>




