/rest/api/3/mypermissions returns 404 for one of our customers impaktadvisors

Nitin Patel January 8, 2020

We are trying to make API calls to Atlassian on behalf of one of our customers but we're getting 404 error. Can someone help me? 

 

Here's the full CURL request: 

curl -X GET -H "Connection: keep-alive" -H "Accept-Encoding: gzip, deflate" -H "Accept: */*" -H "User-Agent: python-requests/2.20.0" -H "Content-Type: application/json" -H "Authorization: <redacted>" 'https://impaktadvisors.atlassian.net/rest/api/3/mypermissions'

 

 

1 answer

0 votes
Minh Tran
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 8, 2020

Hi @Nitin Patel

Can you try to remove the single quote around the url 

https://impaktadvisors.atlassian.net/rest/api/3/mypermissions

and try again?

Thanks,

Minh Tran

Nitin Patel January 8, 2020

Hi, 

Yes. I'm pretty sure we're making the call to the correct endpoint (no quotes around URL). It's giving a 404 response. 

Minh Tran
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 8, 2020

So i would suggest you to contact with our support at https://getsupport.atlassian.com

They can help troubleshoot the problem deeper with ability looking into the server log

Nitin Patel January 8, 2020

Thanks. I just raised a support request there. 

Suggest an answer

Log in or Sign up to answer