Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello together,
i would like to use the Raw API Request with an Bearer Token.
The Postman Code is
Thanks.
Use the CALL URL block where you can specify a header parameter - Raw API Request only works towards qlik cloud services api.
If your URL IS a cloud service url you do not need to specify the header parameter.
Use the CALL URL block where you can specify a header parameter - Raw API Request only works towards qlik cloud services api.
If your URL IS a cloud service url you do not need to specify the header parameter.
More information on using the Raw API Request blocks can be found here: How to use the Raw API Request blocks.
More information on the Call URL block can be found here: Call URL block - Qlik Cloud Help
I am trying to set up a CALL URL block to retrieve a token via POST, to use this in a chain of posts and eventually a get to retrieve and save a .csv
In POSTman i easily get it to work.
In a script editor via a rest connection i can get it to work up to the point of collecting the resulting url for the csv, but obviously can't download or save it that way.
And unfortunately i cannot find any post on this specific problem/route i have to take.
Thanks