Yotpo Loyalty
Introduction
The Yotpo Loyalty source connector connects to the Yotpo Loyalty API using an API key and GUID, and validates credentials by calling the VIP tiers endpoint.
Setup
Prerequisites
You’ll need:
- Your Yotpo Loyalty GUID
- Your Yotpo Loyalty API key
Authentication
This connector authenticates via HTTP headers on each request:
x-guid: your Yotpo GUIDx-api-key: your Yotpo API key
During connection testing, the connector sends a request to:
GET https://loyalty.yotpo.com/api/v2/vip_tiers
If the API returns 401 Unauthorized, the connector reports invalid credentials.
Configuration
Provide the following configuration fields:
| Field | Type | Required | Description |
|---|---|---|---|
guid | string | ✅ | Your Yotpo Loyalty GUID (sent as the x-guid header). |
api_key | string | ✅ | Your Yotpo Loyalty API key (sent as the x-api-key header). |
Streams
At this time, no streams are implemented for extraction. The connector currently supports authentication/connection validation only.