Adobe Workfront API issues when connecting with API Key | Community
Skip to main content
August 8, 2023
Question

Adobe Workfront API issues when connecting with API Key

  • August 8, 2023
  • 1 reply
  • 1224 views

I am trying to access Adobe Workfront API with an API Key. When I am trying to access the API with an API Key, I get an error "User is not logged in"

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

1 reply

lgaertner
Level 9
August 9, 2023

Hi,

I remember having had similar issues when I started using the API.

But to find out, what's wrong on your side, it is absolutely necessary to get more information how you call the API.

NamitaJaAuthor
August 9, 2023

Hi,

 

I am trying to call the API via Postman using the url 

https://chewy.my.workfront.com/attask/api/16.0/project/search?apiKey=<my_api_key>

 

Adobe Workfront is SSO enabled in my organization. So if i am logged into Workfront and then use below link to open on browser, the API does provide the response (even without APIKey)

 

https://chewy.my.workfront.com/attask/api/16.0/project/search?

 

It is mainly with Postman that I am facing issues.

 

Regards

Namita

NamitaJaAuthor
August 11, 2023

Hi,

 

There was some issue with the API Key. Our admin was able to generate a new one and I was able to use it though it was with a python code. 

 

With POstman, I am still facing issues like "Invalid url". With python it works. For now, looks like I will need to use python to do the analysis.