Developers & Integrations 🔌
Connect websites, stores and internal systems to Open Review Platform without sharing passwords.
Authentication
Create an API key in Business Center → API. Send it as a Bearer token:
Authorization: Bearer orp_live_your_key
Business & trust metrics
GET https://openreviewplatform.com/api/v1/me/business
Returns your business profile plus public trust metrics such as overall/verified ratings, response rate and detailed rating aggregates.
Reviews
GET https://openreviewplatform.com/api/v1/me/reviews?page=1&limit=50
Returns reviews belonging to the authenticated business, including public reviewer names, business replies and verification badges.
Send a review invitation
POST https://openreviewplatform.com/api/v1/me/invitationsContent-Type: application/json
{"email":"[email protected]"}The invitation requests an honest review and is tracked for opens/conversions. Duplicate active invitations are rejected.
Rate limits
Authenticated API keys are currently limited to 120 requests per minute per key. Additional abuse protections may also apply.
WordPress / WooCommerce
The v7 distribution includes a lightweight WordPress integration plugin. It can display ORP widgets and, for WooCommerce stores, can send a review invitation after an order reaches the configured completed status using the business API key.
Shopify and other commerce systems
The same invitation endpoint is the integration foundation for Shopify, custom stores and CRMs. A dedicated hosted Shopify app can be built later without changing the ORP core.
