Skip to main content

Overview

ReviewFlow is the Tailoredd reviews and Q&A platform. The API is REST-based with JSON responses.

REST + JSON

Standard HTTP verbs. Every response returns { "success": true, "data": ... } or a structured error.

Header auth

All requests require X-Merchant-Id. Server calls add X-API-Key; admin calls add Authorization.

Plan-gated features

Some endpoints return 403 PLAN_UPGRADE_REQUIRED on Standard plan. See Plans.

Get access

You receive your Base URL, Merchant ID, and API Key after onboarding. Email contact@tailoredd.com.

Your credentials

After you sign the contract, Tailoredd provisions the following:
Contact contact@tailoredd.com for Merchant ID, API Key, webhook secret, and allowed-origin setup.

Quick start