cURL
curl --request PUT \ --url https://api.social-api.ai/v1/inbox/reviews/{id}/reply \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "account_id": "<string>", "text": "<string>" } '
{ "reply_id": "r_abc123", "success": true }
Updates the text of an existing review reply. Not yet implemented — returns 501.
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Authorization: Bearer sapi_key_...
Review ID
Updated reply text
Reply updated
"r_abc123"
true