Get a list of subscribed members for an individual keyword.
http://api.optitmobile.com/1/keywords/{keyword_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>
<url_member>http://api.optitmobile.com/1/members/{phone}.{format}</url_member>
</subscription>
<subscription>
........
</subscription>
</subscriptions>
Get an individual subscription
http://api.optitmobile.com/1/keywords/{keyword_id}/subscriptions/{phone}.{format}
xml, json
GET
<?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>
<url_member>http://api.optitmobile.com/1/members/{phone}.{format}</url_member>
</subscription>
Subscribes a member to a keyword. The response will be an unique identifier for tracking of the message. A successful request will initiate the double opt-in process by sending the user the "Web Form Verification Message" text message asking them to confirm their subscription.
Under certain circumstances, single opt-ins or bypassing the opt-in process in full can be put in place. This can be used if permission is already being granted elsewhere. Please email support at optit.com to see if your application qualifies. If a user has blocked messages to their phone, nothing will be sent.
http://api.optitmobile.com/1/keywords/{keyword_id}/subscriptions.{format}
xml, json
POST
For additional support, visit our support page.
©2005-2011 Opt It, Inc. All rights reserved.