Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Roger2
Partner - Contributor III
Partner - Contributor III

Qlik Automation - OAuth2 - Trustpilot API

I'm attempting to integration Trustpilot to Qlik SaaS using the OAuth 2 Raw Api Request block. The connection authenticates okay but when I run the automation I get Error calling endpoint "OAuth2 - Raw API Request" and a response of faultstring:Invalid ApiKey.

The URL I'm attempting to access is https://api.trustpilot.com/v1/reviews/latest

Any thoughts on how to resolve?

Many thanks

Roger

Labels (1)
1 Solution

Accepted Solutions
MarkGeurtsen
Support
Support

Hi Roger,

I believe that endpoint does not make use of oAuth for authentication as the documentation states making use of an API key. You can make use of the Call Url block under the Basic blocks section. Then you can provide the apikey as either a query parameter or as a header.

View solution in original post

1 Reply
MarkGeurtsen
Support
Support

Hi Roger,

I believe that endpoint does not make use of oAuth for authentication as the documentation states making use of an API key. You can make use of the Call Url block under the Basic blocks section. Then you can provide the apikey as either a query parameter or as a header.