You must have an account and obtain an API token for consumer_key
.
There are three APIs there (/v3/add
, /v3/send
, /v3/get
) and two parameters required:
consumer_key
: An access token for developers.access_token
: An access token for clients.
To obtain access_token
, use /v3/oauth/request
.
Use X-Accept: application/json
to return a JSON response.
consumer_key
: An access token for developers.redirect_uri
code
: The request token supplied in the code field of the/v3/oauth/request
call.
consumer_key
: An access token for developers.code
: The request token supplied in the code field of the/v3/oauth/request
call.