Confluence base uri gives 403

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

Turned out that this was a temporary issue and it seems to work as expected now.

1 Like