Yotpo UGC
Introduction
The Yotpo UGC source connector connects to Yotpo’s API and authenticates using OAuth client credentials.
At this time, the connector validates credentials during login, but does not yet extract any data streams.
Setup
Prerequisites
You will need:
- Your Yotpo Store ID (used as
client_id) - Your Yotpo API Secret (used as
client_secret)
These are typically available in your Yotpo account settings or developer/API credentials area.
Authentication
This connector uses OAuth 2.0 Client Credentials.
During login, the connector requests an access token from:
https://api.yotpo.com/oauth/token
with a JSON payload:
client_id: your Store IDclient_secret: your API Secretgrant_type:client_credentials
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
store_id | string | ✅ | Your Yotpo Store ID. Used as the OAuth client_id. |
api_secret | string | ✅ | Your Yotpo API Secret. Used as the OAuth client_secret. |
Streams
No streams are currently implemented for this connector.