Access Tokens
Manage access tokens
Create an Access Token
Creates a new access token for authentication in the API. The created token can have limited scopes and expiration date.
Update Access Token
Updates the information of an existing access token, including description, scopes, tags and expiration date. **Note:** The expiration date can only be set if it was not already set. Once set, it cannot be changed.
Delete Access Token
Permanently removes an access token from the system. Only revoked or expired tokens can be deleted.
Enable Access Token
Enables a disabled access token, allowing its use for authentication.
Disable Access Token
Disables an enabled access token, temporarily preventing its use for authentication.
Renew Access Token
Creates a new access token with the same settings as the current token and revokes the old token. The new token is returned in the response.
Revoke Access Token
Permanently revokes an access token. V2 tokens must be disabled before being revoked. V1 tokens can be revoked directly.