Access Tokens
Access Tokens
Access Tokens in Cryptlex allow you to authenticate API requests without using your account credentials. These tokens are scoped, time-bound, and revocable, offering a secure way to interact with Cryptlex services programmatically.
Use Cases
- Automating license and release management via the Cryptlex API
- Integrating with CI/CD pipelines
- Connecting third-party tools or internal scripts to Cryptlex
Steps to Create an Access Token
- Navigate to Developer -> Access Tokens page from the sidebar in the admin portal.
- Click the Create button.
- In the popup:
- Enter a name for the token.
- Set an expiration date if needed.
- Assign permissions by selecting the required scopes (Read or Write access) for each module (e.g., Activations, Releases, Licenses, etc.).
- Click Create.
- On the next screen, copy the access token securely. This token will not be visible again.
Permissions Overview
Each token can be customized with fine-grained permissions:
- Read: Allows retrieving data (e.g., list licenses, get release details).
- Write: Allows performing actions (e.g., create licenses, update releases).
Last updated: