Review Management API
Aggregate reviews from Google, Yelp, and Facebook into one stream and respond to any of them through a single endpoint.
POST /api/v4/locations/reviews/respond
RequestPOST
curl -X POST \
https://listingsapi.com/api/v4/locations/reviews/respond \
-H "Authorization: API la_live_9f2c...b7" \
-H "Content-Type: application/json" \
-d '{
"location_id": "TG9jYXRpb246MTQwNTU=",
"review_id": "rev_be12a4",
"text": "Thanks Mateo, glad you enjoyed the cortado!"
}' Response201 Created
{
"review_id": "rev_be12a4",
"location_id": "TG9jYXRpb246MTQwNTU=",
"source": "google",
"status": "published",
"responded_at": "2026-07-07T14:22:05Z"
} Capabilities
What you can build
Aggregate
Pull reviews from Google, Yelp, and Facebook into one stream.
GET /locations/{id}/reviews
Respond
Reply to any review, on any source, through a single endpoint.
POST /locations/reviews/respond
Webhooks
Get notified the moment a new review lands, on any source, and route it into your own workflows.
event: review.created