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.
Documentation IndexFetch the complete documentation index at: https://allhandsai-remove-v0-docs.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://allhandsai-remove-v0-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Payload to accept or reject a pending action.
Successful Response
Was this page helpful?