Get a list of active subscriptions associated to an interest.
http://api.optitmobile.com/1/interests/{interest_id}/subscriptions.{format}
xml, json
GET
<?xml version="1.0" encoding="UTF-8"?>
<subscriptions type="array" current_page="1" total_pages="1">
<subscription>
<type>mobile</type>
<phone>12225551212</phone>
<member_id>123456</member_id>
<signup_date>06/10/04 10:40 AM Central Standard Time</signup_date>
<created_at >06/10/04 10:40 AM Central Standard Time</created_at>
<url>http://api.optitmobile.com/1/keywords/{keyword_id}/subscriptions/{phone}.{format}</url>
</subscription>
<subscription>
.......
</subscription>
</subscriptions>
Add a subscribed member to an interest.
http://api.optitmobile.com/1/interests/{interest_id}/subscriptions.{format}
xml, json
POST
<?xml version="1.0" encoding="UTF-8"?>
<subscription>
<type>mobile</type>
<phone>12225551212</phone>
<member_id>123456</member_id>
<signup_date>06/10/04 10:40 AM Central Standard Time</signup_date>
<created_at >06/10/04 10:40 AM Central Standard Time</created_at>
</subscription>
Delete a subscribed member from an interest.
http://api.optitmobile.com/1/interests/{interest_id}/subscriptions/{phone}.{format}
xml, json
DELETE
For additional support, visit our support page.
©2005-2011 Opt It, Inc. All rights reserved.