Authentication

How to authenticate with the Yotpo Loyalty API using your GUID and API key.

🔐 Authentication

Yotpo uses a combination of your GUID and API Key to authenticate all API requests.

You can find your credentials in your Loyalty settings.

Need help finding your API credentials? Click here for instructions


🔧 Authentication via HTTP headers

When authorizing requests with headers:

  • Set the Content-Type to application/json
  • Pass both the GUID and API Key in custom headers

Required headers

HeaderExample ValueNotes
Content-Typeapplication/jsonRequired for JSON payloads
X-GUID6lC7NrMa4zw2v_fqFf-rQfReplace with your actual GUID
X-API-KEYiO6OZc37hEVTRgckKYphXAttReplace with your actual API key

🔗 Authentication via query parameters

You can also authenticate by passing your credentials as query parameters:

GET /v1/customers?guid=6lC7NrMa4zw2v_fqFf-rQf&api_key=iO6OZc37hEVTRgckKYphXAtt