patch https://a.klaviyo.com/api/reviews/
Update a review.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
reviews:write
Responses
Update a review.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
reviews:write
xxxxxxxxxx
21curl --request PATCH \
--url https://a.klaviyo.com/api/reviews/id \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json' \
--header 'revision: 2025-01-15' \
--data '
{
"data": {
"type": "review",
"attributes": {
"status": {
"value": "rejected",
"rejection_reason": {
"reason": "other"
}
}
}
}
}
'
xxxxxxxxxx
67}
{
"data": {
"type": "review",
"id": "925e385b52fb405715f3616c337cc65c",
"attributes": {
"email": "john@doe.com",
"status": {
"value": "rejected",
"rejection_reason": {
"reason": "other",
"status_explanation": "This review is just really poorly detailed and there is another with the same content"
}
},
"verified": true,
"review_type": "review",
"created": "2022-11-08T00:00:00+00:00",
"updated": "2022-11-08T00:00:00+00:00",
"images": [
"https://example.com/image1.jpg",
"https://example.com/image2.jpg"
],
"product": {