I’m trying to call this API endpoint: “/rest/agile/latest/board?type=kanban” using atlassian connect.
I’m using this documentation as reference: https://developer.atlassian.com/static/connect/docs/latest/concepts/OAuth2-JWT-Bearer-Token-Authentication.html.
I can get the OauthAccessToken, but when I’m trying to call the API using the token by adding:
“Authorization: Bearer {MyAccessToken}” in the request header, I keep getting 401 Unauthorized error.
Thanks in advance for the help.