Hi Team,
I need help with Confluence API access for automation on tenant aexp.atlassian.net.
When running our Confluence automation scripts, all Confluence REST calls return:
403 Forbidden{"message":"Current user not permitted to use Confluence","statusCode":403}> I need help with Confluence API access for automation on tenant aexp.atlassian.net.
Whats the API you are running? have you tried using your own API token and email to make the call?
Test the API in post man first, then move it to the automation.
Maybe you are missing the encode base64?
Send us a couple of screenshots of the automation to understand how are you calling the API. any other details are welcome.
Regards
Hi Aaron,
Thanks for the quick response.
I’m calling this API:
GET https://aexp.atlassian.net/wiki/rest/api/content/2091981194?expand=body.storage,version,space
I tested with my own Confluence email and API token (Basic auth with Base64 email:token), both in script and direct PowerShell/API call.
Current behavior from my environment:
Thanks
Daniel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Team,
Please find additional evidence from the automation call.
I ran:
.\.venv\Scripts\python [update_action_tracker.py](http://_vscodecontentref_/2) list
Result:
urllib.error.URLError: <urlopen error Tunnel connection failed: 407 AuthorizedOnly>
This indicates the request is blocked at the corporate proxy tunnel (HTTP 407) before the Confluence API can be reached.
Could you please verify/reset my ADS/proxy authorization and allow outbound proxy access for:
I’ve attached screenshots of:
Invoke-WebRequest test407 AuthorizedOnly.Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi again @Daniel A Palomar1
As mentioned by @Marc -Devoteam- , this is something on your side.
You need to contact your Jira admin and IT admin to help you check any proxies or anything hindering the communication to your confluence.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Welcome to the community.
Here on the portal we can't grant access to instances. This is a public community forum for users of Atlassian product to help each other, but we can't access instances or grant access to instances.
Not even official Atlassian Support will honour such a request.
You will need to contact an admin of the instance or the IT department of the company the instance belongs to.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.