Sign in

Get private reviews for a business unit

documented

Retrieve private reviews for a business unit.

GET /v1/private/business-units/{businessUnitId}/reviewsBusiness Unitsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.trustpilot.com/v1/private/business-units/{{$businessUnitId}}/reviews?stars={{$stars}}&language={{$language}}&page={{$page}}&internalLocationId={{$internalLocationId}}&perPage={{$perPage}}&orderBy={{$orderBy}}&tagGroup={{$tagGroup}}&tagValue={{$tagValue}}&ignoreTagValueCase={{$ignoreTagValueCase}}&responded={{$responded}}&referenceId={{$referenceId}}&referralEmail={{$referralEmail}}&reported={{$reported}}&startDateTime={{$startDateTime}}&endDateTime={{$endDateTime}}&source={{$source}}&username={{$username}}&findReviewer={{$findReviewer}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"
Get private reviews for a business unit · Trustpilot · OpenIntegrations