This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We have extended our Early Bird Tickets for Inspire 2023! Discounted pricing goes until February 24th. Save your spot!
Hi
I'm new to using api's, so my basic understanding is not there. And that might be the root cause here.
We have an internal API
I created a workflow where i retrive a bearer token.
And im trying to use that to access this endpoint.
I have 4 coloumns:
URL
Authorization
Body
Header: clinet_id
If I do the call in postmann, it works:
In my download tool:
What am I doing wrong? Or missing?
Hi @Hamder83
One observation is the content-type in your download tool seems to be different than postman (json vs text). APIs are tricky, without having the API documentation it will be tough to troubleshoot.
Is there any error being returned by the download tool?