API Documentation v2
Name
email/subscribe
Description
Adds an email address to the specified CrowdSavings.com mailing list.
This call requires a linked affiliate account and approval of your user interface. User interfacing with this call must contain an unchecked checkbox stating opt-in intent and a link to our privacy policy.
If the optional parameter "test" is present, the call will return a success status regardless of your account status.
The required parameter "market" must be a valid market (a list of valid markets can be obtained with the market/active call).
URL
https://www.crowdsavings.com/api/v2/email/subscribe.xml
Supported Request Method
GET
Supported Return Formats
JSON (default), XML
Parameters
Required
api_key, market, email
Optional
first_name, source, test
Example Responses
JSON (default)
{ "response":{ "transaction_id":"da633151747a7281ee7f8b4fda272c77", "requested_at":"2010-02-23 21:03:29", "method":"email\/subscribe", "status":"success" } }
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>email/subscribe</method> <status>success</status> </response>
