Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
FrankGrimm
Partner - Creator
Partner - Creator

How can i use a API-token to connect to an external API

Hello together,

i would like to use the Raw API Request with an Bearer Token.

The Postman Code is

curl --location --request GET 'https://app.yyyxxx.com/api/v1/items' \
--header 'Authorization: Bearer qwreqerXhhOTKp8S0KOqeWK9VAm-Ys'
 
How can i transfere this call to the Qlik Cloud Service "Raw API Request"?
FrankGrimm_0-1664872213092.png

 

Thanks.

 

Labels (2)
1 Solution

Accepted Solutions
blaise
Partner - Specialist
Partner - Specialist

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.

View solution in original post

2 Replies
blaise
Partner - Specialist
Partner - Specialist

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.

Emile_Koslowski
Employee
Employee

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