Confluence Integration

Requirements:

  1. BaseUrl (Do not end with / ) 
  2. Username
  3. API Token 
  4. Space key


1. BaseUrl

The BaseUrl is the root web address of your specific Atlassian instance.

  • How to find it: Look at the address bar of your browser while viewing any page in Confluence.

  • Format: https://your-domain.atlassian.net/wiki

  • Important: do not include a trailing slash (e.g., use /wiki, not /wiki/).

2. Username

For Confluence Cloud, your "Username" for API authentication is not a nickname or a handle.

  • How to find it: This is the email address associated with your Atlassian account (e.g., name@company.com).

  • Verification: Click your profile icon in the bottom-left corner and select Profile; your email will be listed there.

3. API Token

You cannot use your standard login password for REST API calls. You must generate a dedicated token.

4. Space Key

A Space Key is a short, unique identifier for a specific area of Confluence (e.g., "Engineering" or "Marketing").

  • How to find it:

    1. Navigate to the specific Space you want to access.

    2. Click Space settings in the left-hand sidebar.

    3. Under Space details, look for the Key field.


Was this article helpful?