Authenticate with the API.

This endpoint is needed to generate your access token. Access to the API is by Bearer Access Tokens. These are valid for 15 minutes. You can have multiple Access Tokens active at the same time if needed. See the Guide to Authentication for full details.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Authentication data

string

The Client ID for this API Application

string

The Refresh Token for this API Application

int64

A random non-repeating number used as a salt for the clientSecret below. The simplest nonce is a unix time.

string
enum

Always AccessToken. (This will change to refresh_token in a future release.)

Allowed:
string

The SHA256 hash of the nonce above and the app’s Client Key. The Client Key will only be shown to you when you create the app, so don’t forget to save it somewhere safe. SECRET=( /bin/echo -n $NONCE$CLIENT_KEY | sha256sum ).

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json