Get a Token
To get an Authorization Token
in order to authorize on intratool API routes, there are different approaches and grant types to use. By now, intratool only provides Personal Access Tokens
. This will be extended by the common OAuth2 Grant Types
in the future.
Personal Access Token
Tokens attached to a user which grant access to the users data.
Log in to the user you want to grant access for.
Call
/profil/oauth/
to get to the OAuth configuration view.Press
Token erstellen
to open the create form.Select a name for your token and press
Erstellen
.Copy your token. This will not be shown ever again! Make sure to copy and save your token!
Last updated