interaction.review{
"event": "interaction.review",
"timestamp": "2026-06-16T05:25:52Z",
"account_id": 10002,
"location_id": "700001",
"data": {
"interaction": {
"id": "aaaaaaaa-1111-2222-3333-bbbbbbbbbbbb",
"type": "Review",
"content": "From a parent's perspective, nothing matters more than knowing your child is happy and safe. Thank you for the wonderful care you provide!",
"rating": 10,
"author_name": "Alex Johnson",
"author_avatar": "https://lh3.googleusercontent.com/a/placeholder-avatar",
"date": "2026-06-15T14:58:43.540667+00:00",
"source": "maps.google.com",
"parent_id": null,
"interaction_request_id": "cccccccc-dddd-eeee-ffff-000000000000",
"title": null,
"permalink": "https://maps.google.com/maps?cid=00000000000000000001",
"category": "Review",
"interaction_status": null
}
}
}curl --location 'https://your-api-server.com' \
--header 'X-Synup-Signature: sha256=Base64Signature==' \
--header 'Content-Type: application/json' \
--data '{
"event": "interaction.review",
"timestamp": "2026-06-16T05:25:52Z",
"account_id": 10002,
"location_id": "700001",
"data": {
"interaction": {
"id": "aaaaaaaa-1111-2222-3333-bbbbbbbbbbbb",
"type": "Review",
"content": "From a parent'\''s perspective, nothing matters more than knowing your child is happy and safe. Thank you for the wonderful care you provide!",
"rating": 10,
"author_name": "Alex Johnson",
"author_avatar": "https://lh3.googleusercontent.com/a/placeholder-avatar",
"date": "2026-06-15T14:58:43.540667+00:00",
"source": "maps.google.com",
"parent_id": null,
"interaction_request_id": "cccccccc-dddd-eeee-ffff-000000000000",
"title": null,
"permalink": "https://maps.google.com/maps?cid=00000000000000000001",
"category": "Review",
"interaction_status": null
}
}
}'{}