cURL
curl --request POST \ --url https://your-instance.example.com/api/webhook/calls/sinch \ --header 'Content-Type: application/json' \ --data ' { "event": "<string>", "callId": "<string>", "callResourceUrl": "<string>" } '
{}
Call webhook processed
Generic response envelope. Endpoint-specific fields are intentionally open.