Making a HTTP Request using Workfront API v18.0 | Community
Skip to main content
New Participant
October 2, 2024
Question

Making a HTTP Request using Workfront API v18.0

  • October 2, 2024
  • 1 reply
  • 540 views

I am currently trying to use the Workfront API v18.0 in order to upload an image to a client Workfront Sandbox instance. While testing this new version of the API, I started with trying to make a  simple GET request of an Issue in the Sandbox instance using the following URL and Headers:

 

URL: https://<instance>.workfront.adobe.com/attask/api/v18.0/issue/<issue_id>

Headers: apiKey: <apiKey>, Cookie: wf-node=<node ID>

 

When making this call I am receiving the following response:

{

   "error":{

      "message": "You are not currently logged in."

   }

}

 

Is anyone familiar with what this error means and how I can prevent it from happening?

 

Thank you!

 

 

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
New Participant
October 4, 2024

Hi,

 

the meaning of the error message is clear. The API does not recognize your request as an authorized call.

 

 

Did you go through this yet?

 

Regards

Lars