Authentication

How to Generate a MindX Bearer Token

Create a personal API token for authenticated MindX API requests and store it securely.

Outcome

A named bearer token is securely stored and ready for server-side API authentication.

Step 1

Open Tokens

  1. Sign in to MindX.

    Open the dashboard using your verified account.

  2. Navigate to Tokens.

    Select Tokens from the dashboard navigation.

  3. Review existing tokens.

    Check whether a dedicated token already exists for this integration and environment.

Step 2

Create the token

  1. Select Create Token.

    Open the token-creation form.

  2. Enter a descriptive name.

    Use a name such as APEX Payroll PROD or Invoice API TEST.

  3. Submit the form.

    Select Create Token and wait for the one-time token display.

Step 3

Copy and store it securely

  1. Copy immediately.

    The complete token may be displayed only once.

  2. Store it server-side.

    Use an APEX Web Credential, enterprise vault, or protected server configuration.

  3. 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

  1. Send the bearer header.

    Use Authorization: Bearer <token> against a documented endpoint with sanitized data.

  2. Check the result.

    A 2xx response indicates success; 401 usually means missing or invalid authentication, while 403 indicates insufficient access.

  3. 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.