You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
It seems that the only supported way of authentication to start using Confluence API in Python is inputting the username. However. I can not find where my username is stored and did not find previous discussions on this helpful. Please show me a way to find my username to start working with Confluence API in Python if this is supported in the free cloud confluence version.
Thanks
Hi Behnam and welcome to the Atlassian Community.
The REST API authorizes using your Atlassian account's email address and an API token. So you just need to enter your email address as the username, since you have already created a personal access token.
https://developer.atlassian.com/cloud/confluence/basic-auth-for-rest-apis/#simple-example
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.