get https://a.klaviyo.com/api/reviews
Get all reviews.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
reviews:read
Responses
Get all reviews.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
reviews:read
xxxxxxxxxx
curl --request GET \
--url 'https://a.klaviyo.com/api/reviews?page[size]=20' \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2025-01-15'
xxxxxxxxxx
87}
{
"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": {
"url": "https://example.com/product/123",
"name": "string",
"image_url": "https://example.com/image.jpg",
"external_id": "123456789"
},
"rating": 2,
"author": "John D",
"content": "Great product! I love the smell. I will be buying again.",
"title": "Smells great, would recommend",