I want to fetch the list of all Jira Boards within a project using the Jira Software Cloud REST API (https://developer.atlassian.com/cloud/jira/software/rest/api-group-other-operations/#api-rest-agile-1-0-board-get).
The problem is that my app is authorized via OAuth 2.0 and the API only lists permissions for Connect authorization. I thought that might mean that hitting this endpoint using OAuth authorization wouldn’t be possible, but I’m able to successfully retrieve data this way.
Is it safe to use it and it’s just a mishap that the required OAuth 2.0 permissions are not listed for this endpoint, or should I refrain from using it?
Thanks in advance for all your help!