Skip to main content
EthioReview uses OAuth-style API clients per organization — not user session tokens for integrations.

Credential types

Never expose sk_* secrets in client-side JavaScript, mobile apps, or public repos. Only the publishable key belongs in embed code.

Browser widget auth

The server validates the publishable key and checks Origin against the client’s allowedOrigins.

Server-to-server auth

Used for:
  • Fetching testimonials on your server (SSR, CMS)
  • Ingesting reviews via POST /api/v1/partner/reviews

Scopes

Default scopes on create: reviews:read, reviews:write.

Managing credentials

Requires org admin permissions and plan feature api_access. Environments →