Secure authentication guide for Keymint API using Bearer tokens, access tokens, and best practices.
Authorization
header of every request.
Login to Dashboard
Access Developer Settings
Generate New Token
Save Your Token
Authorization
header of every API request using the Bearer token format:
Customer Management
customers:read
- View customer informationcustomers:write
- Create and update customerscustomers:delete
- Remove customersLicense Operations
licenses:read
- View license informationlicenses:write
- Create and modify licenseslicenses:activate
- Activate/deactivate licenseslicenses:block
- Block/unblock licensesProduct Access
products:all
- Access all products in your accountproducts:specific
- Access only specified productsVerify Token Format
Check Token Validity
Verify Scopes