Developer Token
You can generate a developer access token that allows you to make API calls without authorization. To obtain access tokens for other users, apply the standard OAuth flow.
For scoped apps, the token will have the same scope as the app.
To create the developer token:
Clickto open the context menu and choose Generate token.
In the opened modal window, click Generate.
Click Copy & Cancel to copy the generated token and use it later.
The created token has a limited lifetime and will be automatically deprecated when a new one is generated.
Revoking the token
The token can be revoked:
- Clickto open the context menu and choose Revoke token.
- Enter your token in the text field.
- Click Revoke.
The validation is performed by application ID and token lifetime.
Any integrations using this token will no longer be able to access the API.