The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Nitin Patel
Contributor
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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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
Contributor
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
Contributor
January 8, 2020

Thanks. I just raised a support request there.