Skip to main content
Solved

REST API calls with CSV output v14.1

  • October 6, 2023
  • 1 reply
  • 68 views

Forum|alt.badge.img+3

Hi Everyone,  I have postman REST API call that retrieves CSV as output. The API call uses Bearer token, I am not able to use JSON call (output is CSV format) , Https GET (doesnt accept bearer token) . Is there any other way to use the REST API → CSV(output file)?

Best answer by AKislyakov

Hi @Siva_Madhavan,

You can set Bearer token in the HTTP Get through Http Headers section. The only challenge is that you have to obtain it manually and pass to a workflow through input variables or some intermediary storage (file or db).

 

 

1 reply

Forum|alt.badge.img+2
  • Ataccamer
  • Answer
  • October 6, 2023

Hi @Siva_Madhavan,

You can set Bearer token in the HTTP Get through Http Headers section. The only challenge is that you have to obtain it manually and pass to a workflow through input variables or some intermediary storage (file or db).