Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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.