cURL
curl --request POST \ --url https://api.example.com/api/conversations/{conversation_id}/events/respond_to_confirmation \ --header 'Content-Type: application/json' \ --data ' { "accept": true, "reason": "User rejected the action." } '
{ "success": true }
Accept or reject a pending action in confirmation mode.
Payload to accept or reject a pending action.
Successful Response
Was this page helpful?