Access Tokens
Manage API access to your Engine instance. Access tokens are valid until deleted.
Grant API access to your Engine instance with long-lived access tokens.
- Navigate to the thirdweb dashboard.
- Select Access Tokens.
- Select Create Access Token.
Provide the header Authorization: Bearer <access_token>
when calling the Engine API.
- Navigate to the thirdweb dashboard.
- Select Access Tokens.
- Next to an access token, select ... > Delete.
Consider using Keypair Authentication (advanced feature).