Creating a Personal API Token

You need a Personal API Token to interact with the API and generate report access tokens or get report/query data.

Step 1: Navigate to API Tokens

  • Log in to your account.
  • Click on the setting gear icon ⚙️ in the top right corner.
  • Click on "API Tokens" section.

Jetstream API Token Section Placeholder

Step 2: Create New Token

  • Click "Create New Token".
  • Provide a descriptive name (e.g., "My Report Integration", "Dev Server Access").
  • Click "Create".

Step 3: Copy Your Token

⚠️ Important: This token is shown only once. Copy and store it securely (e.g., password manager).

Your new API token: 1|aBcDeFgHiJkLmNoPqRsTuVwXyZ0123456789
(This is an example token)

{danger} Your API token is as sensitive as a password. Keep it secret – never share it publicly, don’t embed it in client-side (frontend) code and never commit it (or log it) in version control..