Skip to main content

Step 1: Access API Token Management

  1. Navigate to Confluence Settings (⚙️ icon in top right)
  2. Under Apps, select Markdown Importer for Confluence
  3. Click on the API tab in the header

Step 2: Create an API Token

  1. Click Create New Token
  2. Enter a unique label (e.g., production, ci-cd-pipeline, staging)
    • Label requirements:
      • 3-50 characters
      • Letters, numbers, hyphens, and underscores only
      • Must be unique
  3. Select an expiration period:
    • 1 Day
    • 3 Days
    • 1 Week
    • 2 Weeks
    • 1 Month (30 days)
  4. Click Create Token
  5. Important: Copy the token immediately - you won’t be able to see it again!

Step 3: Store Your Token Securely

⚠️ Security Warning: Never commit tokens to version control or expose them in client-side code.

Step 4: Find Your API Endpoint

Your unique API endpoint URL is displayed in the API Token Management page under “API Documentation” section. Example:

Step 5: Make Your First Request

Success Response:

Next Steps