Skip to main content

Yotpo Core

Introduction

The Yotpo Core source connector authenticates with the Yotpo Core API using your Store ID and Secret.

At this time, the connector supports authentication only and does not yet extract any data streams.

Setup

You will need:

  • Store ID: Your Yotpo store identifier.
  • Secret: The secret used to request an access token for the store.

Authentication

This connector authenticates by requesting an access token from Yotpo:

  • Endpoint: POST https://api.yotpo.com/core/v3/stores/{store_id}/access_tokens
  • Body: JSON containing your secret

If authentication succeeds, the connector proceeds (no streams are extracted yet).

Configuration

FieldTypeRequiredDescription
store_idstringYesYour Yotpo Store ID.
secretstringYesThe secret used to generate an access token for the store.

Streams

No streams are currently implemented for this connector.