A named bearer token is securely stored and ready for server-side API authentication.
Step 1
Open Tokens
- Sign in to MindX.
Open the dashboard using your verified account.
- Navigate to Tokens.
Select Tokens from the dashboard navigation.
- Review existing tokens.
Check whether a dedicated token already exists for this integration and environment.
Step 2
Create the token
- Select Create Token.
Open the token-creation form.
- Enter a descriptive name.
Use a name such as APEX Payroll PROD or Invoice API TEST.
- Submit the form.
Select Create Token and wait for the one-time token display.
Step 3
Copy and store it securely
- Copy immediately.
The complete token may be displayed only once.
- Store it server-side.
Use an APEX Web Credential, enterprise vault, or protected server configuration.
- Record safe metadata.
Record the token name, owner, purpose, environment, and rotation date—not the secret value.
Never place a production token in GitHub, JavaScript, browser-visible page items, screenshots, email, chat, or support tickets.
Step 4
Test and maintain the token
- Send the bearer header.
Use Authorization: Bearer <token> against a documented endpoint with sanitized data.
- Check the result.
A 2xx response indicates success; 401 usually means missing or invalid authentication, while 403 indicates insufficient access.
- Rotate or revoke.
Create a replacement before revoking an old token. Revoke immediately if exposure is suspected.
Support
Still need help?
Contact TechnoMindX support without sharing passwords, OTPs, session cookies, or bearer tokens.