Reply to a Review

Post a public response to a guest review.

Reply to a review

POST/v1/reviews/:id/reply

Request

curl -X POST https://api.repull.dev/v1/reviews/123/reply \
  -H "Authorization: Bearer sk_test_YOUR_KEY" \
  -H "X-Workspace-Id: YOUR_WORKSPACE_ID" \
  -H "Content-Type: application/json" \
  -d '{
  "message": "Welcome to your stay!"
}'

Response

{ "data": { "id": "200", "response": "Thank you for your kind words!", "updatedAt": "..." } }

Body Parameters

messagestringRequired

Reply text

AI