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.
Hi, for our Confluence instance we login using google accounts (I think the auth scheme is called oauth?). If I do
curl -v https://{confluenceBaseUrl}/rest/api/content
I get a 302 moved, with Location: https://accounts.google.com/....
I have created a PAT and tried using it per the instructions here: https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html#UsingPersonalAccessTokens-UsingPATs
but I get the same relocation response.
What do I need to do to be able to perform CRUD operations with the Confluence rest api? I don't know if our instance is cloud or server, but at the bottom of pages it says "Powered by Atlassian Confluence 7.13.7" if that's of any relevance.
Thanks.
Hi @Erik Vesterlund .
If you see "Powered by Atlassian Confluence 7.13.7" then you have SERVER or DC instance.
You should:
1. Create your personal-access-token (you have done it).
2. Use your personal access token
curl -H "Authorization: Bearer your-personal-access-token" https://{confluenceBaseUrl}/rest/api/content
Hi, yes that's what I've tried, but I only get a relocation link to a login form.
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.