Zyene Reviews logo
Zyene ReviewsGrow local to global
AboutContact
Log In
Zyene Reviews
Zyene Reviews

Review management and local SEO for owner-operators — at a fraction of enterprise pricing.

4.9/5 average ratingSecurityCase studies

Industrias (Español)·Dashboard in EN, ES, FR, DE, NL, PT

© 2026 Zyene, Inc. · Local to Global

Product

  • Features
  • Pricing
  • How It Works
  • Integrations
  • Docs
  • API

Solutions

  • By Industry
  • Restaurants
  • Dental
  • Home Services
  • Compare Tools

Resources

  • Free Tools
  • Blog
  • Free Guides
  • Google Reviews Guide
  • Response Templates
  • Local SEO Checklist
  • Help Center
  • Case Studies
  • Partners
  • Agencies
  • Industrias (ES)

Company

  • About
  • Contact
  • Book a demo
  • Enterprise
  • Partners
  • Help Center
  • Status

Legal

  • Privacy
  • Terms
  • Security
  • Data Retention
Help CenterIntegrationsUsing the Zyene REST API
🔌Integrations

Using the Zyene REST API

How to use Zyene's REST API — authentication, available endpoints, and code examples for triggering review requests programmatically.

6 min read

Zyene's REST API lets developers integrate review request triggering, review data access, and response management directly into custom applications.

Authentication

All API requests require an API key passed as a Bearer token in the Authorization header. Get your API key from Settings → Integrations → API.

Authorization: Bearer YOUR_API_KEY

Base URL

https://api.zyenereviews.com/v1

Key Endpoints

EndpointMethodDescription
/requestsPOSTTrigger a review request for a customer
/reviewsGETList reviews with filters
/reviews/:id/replyPOSTPublish a reply to a specific review
/locationsGETList all connected locations
/analyticsGETRetrieve performance analytics

Example: Trigger a Review Request

POST /v1/requests Content-Type: application/json { "first_name": "Maria", "phone": "+15551234567", "email": "maria@example.com", "channel": "sms", "location_id": "loc_xxxxxxxxxxxx", "delay_minutes": 90 }

For complete API documentation including all parameters, error codes, and response formats, visit zyenereviews.com/docs/api.

Read the full API documentation →

Still have questions?

Our support team is available Mon–Fri, 9am–6pm EST.

New to Zyene?

Start with a 7-day free trial. Full access to all features.

In this category

Connecting Your Google AccountSetting Up the Zapier IntegrationEmbedding Review Widgets on Your Website
← Back to Help Center