4.47b

TextMarks API V2 - AutoDoc: RegisteredUser / register_api_key()

Method: register_api_key() (POST) - Create an API key associated with a particular website for auth_user

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
REQ website String website associated with the API key
OPT api_key API Key API Key (Register here)
OPT purpose String notes on intended use of the API key

Test:


Docs:

Resp:

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

HTTP:

POST http://help.api2.textmarks.com//RegisteredUser/register_api_key/

More:

This page documents a single API function register_api_key() 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: