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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.