Authentication for /rest/api/2/applicationrole

I have to use a Rest call from a 3rdy party application - Forge APP not an option, problem is that it seems like I have to use Basic authentication to get the results i need. It would seem that Oauth won’t let me connect to this endpoint… Anyone know?
It appears that when i use endpoints on:
https://customname.atlassian.net/rest/api/2/applicationrole
Only basic authenticationlooks supported…

Welcome to the Atlassian developer community @CarlVan,

Yes, I confirm that endpoint is only available under Basic auth with an API Token.

1 Like

Wow, your fast! Thanks for confirming.