Hi There,
I am trying to build an automation which will fetch the details of all addons associated with my Jira instance. Tried ”/rest/plugins/1.0/” it did work in my browser but when I tried in my python script it is returning 406 response code
Hello @NiharikaBusetty
There are no public Jira Cloud REST APIs that allow you to fetch details of user installed apps in Jira. The API you are trying to access is a private internal one that cannot be accessed outside the browser session.
Next time, try using any public AI like ChatGPT etc, and ask it questions such as “Using Jira Cloud, does it have any REST API endpoints that I can use to fetch details of user installed apps?” and you will instantly get the answer to most Frequently Asked Questions.