v2

latestOpenAPI 3.0.3Apache 2.02026-08-0715707.5 MB
Access Tokens

Get an access token for requested scopes

Get an access token to use with the API with specified scopes.

You should always scope your access tokens. You get one for read-access and separate ones for updating, creating or deleting resources.

post/auth/token

Response

Access token successfully generated.

access_tokenstring required

The generated access token.

expires_ininteger required

How many seconds the access token is valid for.

token_typestring required

This is always 'bearer'.

scopestring required

List of space delimited scopes requested for this access token.

All 157 operations