Review submitted subscribe example:
curl --location --request POST '/platform/v1/webhook/subscribe' \
--header 'Authorization: "Bearer API_TOKEN"'\
--header 'Content-Type: application/json' \
--data-raw '{
"event": "review/submitted",
"target_url": "URL"
}'
Review submitted payload example:
{
"entity_name": "review",
"event_type": "submitted",
"data": {
"business_id": 19498,
"conversation_id": "35i68dkulmi5dycg",
"review_id": "8xr32qihsuynv9wh",
"score": 4,
"text": "Thank you!",
"client_id": "54gjvtadfbxiom7y",
"created_at": "2019-10-29T09:47:07.000+02:00"
}
}