Plugins auth not working any more after migration 7.4

Hello,
I just upgraded our confluence server to 7.4.
As basic auth is not an option any more, token has been provided to access apis.

So I can access now

/rest/api/space

but not

/plugins/servlet/scroll-pdf/api/public/1/export-sync

What is the way to access this endpoint?

Any help appreciated

Hello @franc01s.

Do you connect via a remote tool?

For Scroll PDF Exporter for Confluence REST API use, you can refer to https://help.k15t.com/scroll-pdf-exporter/5.0/server/export-content-via-rest-api-125699615.html#id-.ExportcontentviaRESTAPIv4.0-Authentication. According to the documentation, there are 3 ways to authenticate

1 Like

Hi @quadr988,

Thank you for pointing this me out.
I changed my code to initialize Session object at the beginning and I use this session for
plugins/servlet/scroll-pdf call as well.

Best,
François

1 Like