Skip to main content
GET
/
reviews
/
exists
Check if Review Exists
curl --request GET \
  --url https://cdn.tailoredd.com/apiV2/reviews/exists
{
  "success": true,
  "data": {}
}
GET {BASE_URL}/reviews/exists

Query parameters

merchantId
string
required
Your merchant ID.
productId
string
required
Product to check.
authorEmail
string
required
Customer email.

Response

{ "success": true, "data": { "exists": true, "reviewId": "rev_abc123" } }

Headers

X-Merchant-Id
string

Query Parameters

merchantId
string
required
productId
string
required

Product ID to check

authorEmail
string
required

Customer email address

Response

Successful response

success
boolean
required
Example:

true

data
object