Hey everyone,
I’m trying to fetch the list of installed apps in my Jira instance using the following endpoint:
GET <JIRA_BASE-URL>/rest/plugins/1.0/installed-marketplace
So far, I’ve only been able to authenticate using basic auth.
My Questions:
- Can I use OAuth 2.0 to authenticate requests to this endpoint? If yes, what scope should I use in my app?
- Is there an alternative endpoint in Jira REST API v2 or v3 that returns the list of installed apps in my instance?
Any insights would be greatly appreciated! Thanks in advance.