Skip to main content
Solved

How to connect TU APIs to my data warehouse QlikView.

  • 9 November 2023

I can connect to the TU APIs via Postman but when trying with same credentials from Qlikview, I get invalid credential error as below. 

 

 

Hi @Divesh G! Welcome to the community and thank you for posting! I’ll try to get some eyes on your question here.

Thanks,

Stine 


Hi @Divesh G 
Thank you for reaching out.

Authenticating using the API Keys should be the same across framework and tools. 

They all just have to follow the OAuth 2.0 authentication flow described on this page.
https://developers.trackunit.com/reference/access-token

Here is a guide from our old developer hub on how to use it in Postman(https://dev.trackunit.com/reference/verify-access-using-postman). But since that seems to work I would recommend you looking into you DWH integration and make sure it follows the OAuth 2 authentication flow.

 

Best Regards

Morten


Reply