OAuth2 Application generates Access Token but gives 401 when trying to consume Workfront Planning APIs | Community
Skip to main content
November 8, 2024
Solved

OAuth2 Application generates Access Token but gives 401 when trying to consume Workfront Planning APIs

  • November 8, 2024
  • 1 reply
  • 769 views

I successfully exchange the JWT Token for an Access Token when using an OAuth2 Application in Adobe Workfront => Setup => System => OAuth2 Applications.

I try to use the generated Access Token to consume Workfront Planning API.

For example: https://{customer-domain}/maestro/api/v1/workspaces

 

I end up getting 401 Unauthorized.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by JohnGo8

I had to use sessionID : {{authorizationToken}} key:value to make it work.

1 reply

JohnGo8AuthorAccepted solution
November 25, 2024

I had to use sessionID : {{authorizationToken}} key:value to make it work.