Hi,
for an integration to another system I need to send the base url of the Confluence instance. I found a post how to do that here:
https://community.developer.atlassian.com/t/how-to-retrieve-the-actual-jira-instance-i-am-in/43935/5
Running
api.requestConfluence(route`/rest/applinks/latest/manifest`, {headers: {Accept: 'application/json'}}))
worked fine until yesterday.
Today the very same requests results in a 403, telling that Current user not permitted to use Confluence
. Running the same request from Postman gives the expected answer. Are there any scopes missing in my app or why did it stop working?
Thanks,
Lars