Trustpilot
Overview
The Trustpilot source connector lets you authenticate against the Trustpilot API.
This connector is currently in development: authentication/credential validation is implemented, but data extraction and streams are not yet available.
Setup
Prerequisites
- A Trustpilot account with access to the Trustpilot API
- An API application in Trustpilot that provides:
- API key
- API secret
Create API credentials (high level)
In Trustpilot, create or locate an API application and copy its API key and API secret. You’ll use these values to configure the connector.
Authentication
This connector uses OAuth 2.0 Client Credentials with HTTP Basic Auth.
During connector login/validation, the connector requests an access token from:
POST https://api.trustpilot.com/v1/oauth/oauth-business-users-for-applications/accesstoken
Using:
- Basic Auth username:
api_key - Basic Auth password:
api_secret - Form field:
grant_type=client_credentials
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | Yes | Trustpilot API key (used as the Basic Auth username). |
api_secret | string | Yes | Trustpilot API secret (used as the Basic Auth password). |
Streams
No streams are currently exposed. The connector’s catalog is empty and extraction is not yet implemented.
Limitations
- Extraction is not available yet. Runs will fail if extraction is attempted.
- This documentation will be updated once streams and sync behavior are implemented.