Token Management
The Token Management page allows you to view and generate authentication tokens tied to specific users. These tokens are used for accessing protected API endpoints.
π Viewing Tokens
You can see all issued tokens at:
π Go to the [Tokens List](/admin/admin-cpdb-token/list)
From this page, you can:
View a list of all tokens
Inspect token details such as the associated user, creation date, and token string (if visible)


β Creating a New Token
To create a token:
Go to the [Tokens List](/admin/admin-cpdb-token/list)
Click "New Token"
Fill in the following fields:
User Identifier: The identifier of the user the token should belong to
Secret: The secret associated with that user (used for token generation)
Submit the form to generate and store the token
The newly created token will now be visible in the list and available for immediate use with the API.
π Note:
Tokens created via the AdminCP use the CLIENT_API_KEY environment variable for backward compatibility. This is the same behavior as calling the API endpoint (POST /token) without providing the x-api-key header. For more details on token creation options, see the Token Generation documentation.

Last updated
