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.
Hello. I am trying to access the confluence rest api and I am getting 401 Unauthorized.
the url i am trying to acces is https://domain-name/rest/api/content
Yesterday I used the api for the first time, i generated api token in attlasian account, i managed to connect via Postman, acces some descendants etc, but today I am getting error. The only different thing i made is that i generated another token and discarded the old one. For username i am using the full email.
In my attlasian account the yesterday token appeared as never used before i erased it.
I even tried to manually build the authorization header but I had no success.
I saw all the other topics about this subject, i followed every step and i cannot see what the problem is.
Is the instance accessible from your browser and are you able to login normally from there?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good, now can you try to access that endpoint you want on the browser and see if you get a response. You might want to open up your developer console (Network tab) to see the response you get.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
{"results":[],"start":0,"limit":25,"size":0,"_links":{"self":"https://domain_name/rest/api/content","base":"https://domain_name","context":""}}
The status of the request is 200.
Trying to access the same link with basic Auth will generate the Unauthorized error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Getting such results, I don't think you have access to such content and also this might be a permission problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.