Create Token
Generate a new access token.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The details required to create an access token.
Clear description on the token use case.
Example:
"Postman"
List scopes to attach to the token.