Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Write Table now available in Qlik Cloud Analytics: Read Blog
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Get Authorization Bearer Token at tRESTRequest

Hi!

 

I would like to get the token that Postman sends to my webservice. 

 

0683p000009M8d8.png

 

I know how to get the header using comment "header" but it's not the same, right?

 

0683p000009M8VP.png

 

Do I have to enable "Use Authentication" or something? If this is the case what else should I do?

 

Thanks.

Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hi 

You can use a tRest to call API to get authorization token, the token will be returned in body string, and then use a tExtractJsonField to extract the token value. 

 

Regards

Shong