Hello,
I am trying to get assets through Jira Asset API , but it seems like OAuth 2.0 does not support this endpoint.
When i send this request:
curl -X GET \
https://subdomain.atlassian.net/rest/assetapi/asset \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer TOKEN'
I get this error message:
"OAuth 2.0 is not enabled for this method."