Skip to main content

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 ID
  • client_secret: your API Secret
  • grant_type: client_credentials

Configuration

FieldTypeRequiredDescription
store_idstringYour Yotpo Store ID. Used as the OAuth client_id.
api_secretstringYour Yotpo API Secret. Used as the OAuth client_secret.

Streams

No streams are currently implemented for this connector.