Zyene Reviews

Search documentation

Jump to a documentation page

Getting Started>Quickstart

Quickstart

Connect your workspace, create an API key, and call a live endpoint in a few minutes. Curl examples use your Zyene API host—the same origin you use to sign in to the dashboard (https://app.zyenereviews.com).

Prerequisites

  • A Zyene account with at least one active business.
  • Access to Integrations in the dashboard.

Create an API key

  1. Open Integrations in the app.
  2. Locate the Developer API section and generate a key (prefix zy_).
  3. Store it in a secret manager — it is shown only once.

First request

List recent reviews:

bash
curl "https://app.zyenereviews.com/api/v1/reviews?page=1&limit=5" \  -H "X-API-Key: zy_..."

Then read the API Reference for request payloads and filters.