Get a list of interests for an individual keyword
http://api.optitmobile.com/1/keywords/{keyword_id}/interests.{format}
xml, json
GET
<?xml version="1.0" encoding="UTF-8"?>
<interests type="array" current_page="1" total_pages="1">
<interest >
<id>123456</id>
<name>interest</name>
<description>interest description</description>
<status>active</status>
<created_at >06/10/04 10:40 AM Central Standard Time</created_at>
<mobile_subscription_count>1234</mobile_subscription_count>
<url>http://api.optitmobile.com/1/interests/{interest_id}.{format}</url>
<url_interest_subscriptions>http://api.optitmobile.com/1/interests/{interest_id}/subscriptions.
{format}</url_interest_subscriptions>
</interest>
<interest>
......
</interest>
</interests>
Get a list of interests for an individual keyword and subscribers phone number
http://api.optitmobile.com/1/keywords/{keyword_id}/subscriptions/{phone}/interests.{format}
xml, json
GET
<?xml version="1.0" encoding="UTF-8"?>
<interests type="array" current_page="1" total_pages="1">
<interest >
<id>123456</id>
<name>interest</name>
<description>interest description</description>
<status>active</status>
<created_at >06/10/04 10:40 AM Central Standard Time</created_at>
<mobile_subscription_count>1234</mobile_subscription_count>
<url>http://api.optitmobile.com/1/interests/{interest_id}.{format}</url>
<url_interest_subscriptions>http://api.optitmobile.com/1/interests/{interest_id}/subscriptions.
{format}</url_interest_subscriptions>
</interest>
<interest>
......
</interest>
</interests>
Get an individual interest for a keyword
http://api.optitmobile.com/1/interests/{interest_id}.{format}
xml, json
GET
<?xml version="1.0" encoding="UTF-8"?>
<interest>
<id>123456</id>
<name>interest</name>
<description>interest description</description>
<status>active</status>
<created_at >06/10/04 10:40 AM Central Standard Time</created_at>
<mobile_subscription_count>1234</mobile_subscription_count>
<url_interest_subscriptions>http://api.optitmobile.com/1/interests/{interest_id}/subscriptions.
{format}</url_interest_subscriptions>
</interest>
Create a new interest associated to a keyword.
http://api.optitmobile.com/1/keywords/{keyword_id}/interests.{format}
xml, json
POST
<?xml version="1.0" encoding="UTF-8"?>
<interest >
<id>123456</id>
<name>interest</name>
<description>interest description</description>
<status>active</status>
<created_at >06/10/04 10:40 AM Central Standard Time</created_at>
</interest>
For additional support, visit our support page.
©2005-2011 Opt It, Inc. All rights reserved.