Generate a new access token

Generates a new access token for a given user, following the OAuth 2.0 flow.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Form Data
string
enum
required

The type of the OAuth authentcation

Allowed:
string

In case grant_type = 'password', this field is required. Should be filled with the username of the account you wish to authenticate with

string

In case grant_type = 'password', this field is required. Should be filled with the password of the account you wish to authenticate with

string

The scopes of access this credential will have, by default it gives all scopes this user has access to.

Headers
string
required

Following the OAuth protocol, this header should have the Base64 hash of the client secret and client id from the credentials, following this example: Basic base64(OAUTHCLIENT:OAUTHSECRET)

Responses

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