Hello,
We have a site that we need to pull an image from for display, and the only way to get the data is with bearer token or a header on the request.
The api returns the URL of the image we need at that time, and constantly generates new ones. (refresh as screen refreshes is fine)
This is the response that I get from using a rest client:
{
“url”: “https://workato-assets.s3.amazonaws.com/app/public/system/*****/image.png”
}
This is the documentation for the API I am using.
docs.workato.com/api-mgmt/auth-token.html#header
Any help you can provide would be great.
Ideally I would be able to use the image widget, or the HTML widget to display them.