Expand my Community achievements bar.

Get ready! An upgraded Experience League Community experience is coming in January.
SOLVED

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

Avatar

Level 1

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.

1 Accepted Solution

Avatar

Correct answer by
Level 1

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

View solution in original post

1 Reply

Avatar

Correct answer by
Level 1

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