How to call a product rest api not supporting Oauth 2

I would like to call the api method '[jira base url]/gateway/api/v3/teams/search?organizationId=…’ , but it is not supporting Oauth 2. How can i call it from Forge ?

1 Like

I’m interested as well!
So far I have found that unless there is a work-around the documentation says you can’t if the API specification does not indicate a OAuth 2.0 scopes required: field.

1 Like

back to square one, now, i want call this api ‘/gateway/api/v3/teams/search?organizationId=…’ but oauth 2 not supported …

1 Like