Trustpilot · OAuth Scopes

Trustpilot OAuth Scopes

OAuth 2.0 derived

Trustpilot publishes 4 OAuth 2.0 scopes via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Trustpilot API on a user’s behalf.

Tokens are issued from https://authenticate.trustpilot.com/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

Consumer ReviewsReviewsTrustRatingsBusiness ProfilesProduct Reviews
Scopes: 4 Flows: authorizationCode, clientCredentials Method: derived

OAuth endpoints

Authorization URL
https://authenticate.trustpilot.com/oauth/connect/authorize
Token URL
https://authenticate.trustpilot.com/oauth/token
Flows
authorizationCodeclientCredentials

Scopes (4)

ScopeDescriptionFlows
business.invitations.manage Manage business invitations authorizationCode, clientCredentials
business.product.review.manage Manage product reviews authorizationCode
business.review.manage Manage business reviews authorizationCode
business.review.read Read private review data authorizationCode

Source

OAuth Scopes

trustpilot-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/trustpilot-business-units-openapi.yml, openapi/trustpilot-invitation-openapi.yml,
  openapi/trustpilot-product-reviews-openapi.yml, openapi/trustpilot-service-reviews-openapi.yml
schemes:
- name: OAuth2
  source: openapi/trustpilot-business-units-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://authenticate.trustpilot.com/oauth/connect/authorize
    tokenUrl: https://authenticate.trustpilot.com/oauth/token
- name: OAuth2
  source: openapi/trustpilot-invitation-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://authenticate.trustpilot.com/oauth/connect/authorize
    tokenUrl: https://authenticate.trustpilot.com/oauth/token
  - flow: clientCredentials
    tokenUrl: https://authenticate.trustpilot.com/oauth/token
- name: OAuth2
  source: openapi/trustpilot-product-reviews-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://authenticate.trustpilot.com/oauth/connect/authorize
    tokenUrl: https://authenticate.trustpilot.com/oauth/token
- name: OAuth2
  source: openapi/trustpilot-service-reviews-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://authenticate.trustpilot.com/oauth/connect/authorize
    tokenUrl: https://authenticate.trustpilot.com/oauth/token
scopes:
- scope: business.invitations.manage
  description: Manage business invitations
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/trustpilot-invitation-openapi.yml
- scope: business.product.review.manage
  description: Manage product reviews
  flows:
  - authorizationCode
  sources:
  - openapi/trustpilot-product-reviews-openapi.yml
- scope: business.review.manage
  description: Manage business reviews
  flows:
  - authorizationCode
  sources:
  - openapi/trustpilot-service-reviews-openapi.yml
- scope: business.review.read
  description: Read private review data
  flows:
  - authorizationCode
  sources:
  - openapi/trustpilot-business-units-openapi.yml