cURL
curl --request PATCH \ --url https://live.voora.ai/event/{eventId}/state \ --header 'Content-Type: application/json' \ --header 'X-CLIENT-API-KEY: <api-key>' \ --data ' { "state": "<string>", "comments": "<string>" } '
{ "requestId": "<string>", "errorType": "<string>", "errorCodes": [ "<string>" ] }
Documentation IndexFetch the complete documentation index at: https://voora.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://voora.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
API key required in header: X-CLIENT-API-KEY
Request payload used to update the state of an existing event.
New state to apply to the event.
Approve
Review
Decline
OK
Was this page helpful?