Welcome to Opt It Mobile

Opt It Mobile is the industry-leading text message marketing application that helps you engage, build brand awareness and create a direct dialogue with your customers.

Learn more at Opt It. If you have an account, please login.

Try Opt It Mobile. Start your 30 day free trial.

Help: Opt It Mobile

Developers & API: Messages

Get the total messages sent per keyword

Get the total messages sent from a keyword for a particular timeframe.

URL:

http://api.optitmobile.com/1/keywords/{keyword_id}/messages.{format}

Format:

xml, json

HTTP Method:

GET

Parameters:

  • date_start - yyyymmdd
  • date_end - yyyymmdd

XML Response

<?xml version="1.0" encoding="UTF-8"?>
<keyword>
    <id>123456</id>
    <keyword_name>KEYWORD1</keyword_name>
    <short_code>46786</short_code>
    <message_count>123</message_count>
</keyword>