Avatar

Correct answer by
Community Advisor

Hello @Ramaswami 

First change the http.method to POST then

try removing these 3 headers from your request.

 

 

http.header["grant_type"] = "password";
http.header["username"] = "abc.com;
http.header["password"] = "PaneL321!@";

 

 

According to the official trust pilot documentation, It is only accepting the authorization header,content Type and the Form data.

 

Also, you can refer to this documentation for additional troubleshooting: https://developers.trustpilot.com/authentication

 

Let me know if that works.

Thanks,

 

View solution in original post