The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira REST API v3 with OAuth 2.0 (3LO) returns 401 Unauthorized

Hiroshi Nishio
Contributor
September 4, 2022

Summary

I used Postman to check if the Jira Platform REST API v3 with OAuth 2.0 (3LO) works BUT received this error... 401: Unauthorized.

Configuration

  • Authentication method = Bear Token
  • Access Token = eyJhbGciOiJIUzI1N.......... .eNPQT1AkZt5Ftqtod8
  • Registered scope = offline_access read:jira-user read:jira-work read:me read:account

Return from Postman

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

3 votes
Answer accepted
Hiroshi Nishio
Contributor
September 5, 2022

Resolved.

It was an ordinary mistake. I was using an access token that was issued over an hour ago (3600 seconds) and had simply expired. However, the error message was simply 401 and I did not notice...