post https://a.klaviyo.com/client/reviews
Create a review with the given ID. This endpoint is for client-side environments only.
Rate limits:
Burst: 10/s
Steady: 150/m
Responses
202Success
Create a review with the given ID. This endpoint is for client-side environments only.
Rate limits:
Burst: 10/s
Steady: 150/m
202Success
xxxxxxxxxx
25curl --request POST \
--url https://a.klaviyo.com/client/reviews \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json' \
--header 'revision: 2025-04-15' \
--data '
{
"data": {
"type": "review",
"attributes": {
"review_type": "question",
"product": {
"integration_key": "shopify"
}
},
"relationships": {
"order": {
"data": {
"type": "order"
}
}
}
}
}
'
xxxxxxxxxx
14{
"errors": [
{
"id": "string",
"code": "string",
"title": "string",
"detail": "string",
"source": {
"pointer": "string",
"parameter": "string"
}
}
]
}