Get a list of members information for the account.
http://api.optitmobile.com/1/members.{format}
xml, json
GET
<?xml version="1.0" encoding="UTF-8"?>
<members type="array" current_page="1" total_pages="1">
<member>
<id>123456</id>
<phone>12225551212</phone>
<first_name>Jim</first_name>
<last_name>Smith</last_name>
<address1>123 Main Street</address1>
<address2>Suite 400 </address2>
<city>Chicago</city>
<state>IL</state>
<zip>60654</zip>
<gender>male</gender>
<birth_date>1975-10-15</birth_date>
<email_address>api@optit.com</email_address>
<carrier_id>123</carrier_id>
<carrier_name>verizon wireless</carrier_name>
<mobile_status>active<mobile_status>
<created_at>06/10/04 10:40 AM Central Standard Time</created_at>
<url>http://api.optitmobile.com/1/members/{phone}.{format}</url>
</member>
<member>
.......
</member>
</members>
Get an individual members information.
http://api.optitmobile.com/1/members/{phone}.{format}
xml, json
GET
<?xml version="1.0" encoding="UTF-8"?>
<member>
<id>123456</id>
<phone>12225551212</phone>
<first_name>Jim</first_name>
<last_name>Smith</last_name>
<address1>123 Main Street</address1>
<address2>Suite 400 </address2>
<city>Chicago</city>
<state>IL</state>
<zip>60654</zip>
<gender>male</gender>
<birth_date>1975-10-15</birth_date>
<email_address>api@optit.com</email_address>
<carrier_id>123</carrier_id>
<carrier_name>verizon wireless</carrier_name>
<mobile_status>active<mobile_status>
<created_at>06/10/04 10:40 AM Central Standard Time</created_at>
</member>
For additional support, visit our support page.
©2005-2011 Opt It, Inc. All rights reserved.