API Documentation v1

Name

system/ping

Description

Pings the CrowdSavings.com API to verify if it's alive.

URL

https://www.crowdsavings.com/api/v1/system/ping.json

Supported Request Method

POST

Supported Return Formats

XML (default), JSON

Parameters

Required

application_key

Example Responses

XML (default)

<?xml version="1.0" encoding="UTF-8"?> <!-- CrowdSavings.com API v1 - http://www.crowdsavings.com/api/v1 --> <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>

JSON

{     "response":{         "transaction_id":"da633151747a7281ee7f8b4fda272c77",         "requested_at":"2010-02-23 21:03:29",         "method":"system\/ping",         "message":"We're alive and well, thanks for asking."     } }