4.47b

TextMarks API V2 - AutoDoc: RegisteredUser / pro_subscriptions()

Method: pro_subscriptions() (GET) - List auth_user's current Pro Service subscriptions

Package: RegisteredUser - Manage authenticated user's account/profile (... View package)

Args:

Req? Name Type Description Test
REQ auth_user User User account / phone# used for login
REQ auth_pass Password Password
OPT api_key API Key API Key (Register here)
OPT offset Integer 0-based result to start with (default 0)
OPT count Integer #results desired (max 100) (default 20)

Test:


Docs:

  • NOTE: The "Pro Subscriptions" accessed by this method are old PayPal "LitSubs" and no longer supported.
  • See TextMarkManager.set_pro_config() to enable/disable ad-free messaging on individual TextMarks.
  • Each plan's status will be one of:
    • active: Plan is active and set to renew automatically.
    • final: Plan is still active but will terminate this term (no automatic renewal).
  • Review and subscribe to TextMarks.com Pro Service plans here.

Resp:

JSON response.head.rescode==0 for success, or error code otherwise.
JSON-P callback: (as 'jsonp' param, optional) (blank for none)

HTTP:

GET http://help.api2.textmarks.com//RegisteredUser/pro_subscriptions/

More:

This page documents a single API function pro_subscriptions() within the RegisteredUser package of the TextMarks Text Message API.
You may use the interactive form above to invoke this function and observe its actual JSON response.

More resources: