Hi community,
I want to access confluence page data without using cookies or session token as they expire during a certain amount of time.
Is there any provision that we can use API token? Currently, it shows JavaScript is disabled when I run through Postman using API token. But the curl from an actual site which consists of JESSIONID, session token renders correctly
Hi @Abhi
Welcome to the Atlassian Community!
Did you check out the REST APIs for Confluence? You should be able to access the page data programatically using the API token - https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-page/#api-pages-id-get
Hi @Ajay _view26_ thanks for the reply.
I am having one more query. We can create external links for our pages right. These external links are publicly visible for everyone. Can we access that data through postman how i can achieve this without any authentication. Currently it shows loader.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Abhi ,
I dont think there is any REST API available withoutout using auth. You might have to parse the public link content in my opinion. You could try posting your query here -https://community.developer.atlassian.com/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.