Confluence Cloud
Before you begin:
Only users with site admin or organization admin privileges can access audit logs via the Confluence Cloud API.
This email address is required ad a deliverable.
Step 1: Generate API Token
Log in to Atlassian Account
Go to https://id.atlassian.com/manage-profile/security
Sign in with your Atlassian account credentials.
Note down the *Atlassian domain (e.g., "id.atlassian.com")

Create an API Token
Locate the API Token section.
Click Create API token.

Enter a label (e.g., "Confluence Audit Logs").
Select the app Confluence
Select confluence scope: read:audit-log:confluence.
Click Create and then Copy the API token.

Get Cloud ID for Atlassian Clound instance
Via admin.atlassian.com:
Go to admin.atlassian.com.
Select your organization and site.
The Cloud ID appears after
/s/in the browser URL (e.g.,https://admin.atlassian.com/s/<your_cloud_id>/access-requests)
Via API endpoint:
Use the
tenant_infoendpoint:https://<your-site-name>.atlassian.net/_edge/tenant_infoReplace<your-site-name>with your actual site name (e.g.,mycompany).This returns a JSON response:
{"cloudId":"<your_cloud_id>"}
Deliverables
Please email them to [email protected]
Application Credentials:
Please make sure the following credentials are noted in the email.
Atlassian domain
Email address
API Token
Cloud ID
Last updated

