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'
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
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.