I'm trying to test this API request for my automation:
curl --request GET \
--url 'https://your-domain.atlassian.net/rest/servicedeskapi/request' \
--header 'Authorization: Bearer <access_token>' \
--header 'Accept: application/json'
I've added the domain and access token but I'm getting:
"Client must be authenticated to access this resource.","status-code":401
Hi @Bryan Tito
Just to be aligned: where did you generate the access token?
The message you are getting let's you know that you are not properly login. So I would look again at your credentials.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.