Trustpilot

This api should be used whenever the review score is required in relation to Trustpilot.

API

Review Score (Retrieve)

Request

curl -X 'GET' \
  'https://st.igate-test.co.uk/api/v1/trustpilot/' \
  -H 'accept: application/json'

Response

  • Type: 200 OK

{
  "score": "4.2",
  "stars": 4,
  "total_reviews": 11790,
  "total_reviews_calculations": 10668
}