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
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.