API ReferenceWebhookGet_room_eventsRoom_id
Get room events
Retrieves webhook events for a specific room.
Retrieves webhook events for a specific room.
In: header
HMAC SHA256 (Base64-encoded) signature of the request. Generate this using your API key and the request parameters (room_id). The server validates this signature to verify authenticity.
In: header
Room identifier
API key
HMAC SHA256 signature (Base64 encoded)
application/json
application/json
curl -X GET "https://v.cloudapi.vconnct.me/api/v4/webhook/get_room_events/room123" \ -H "key: string" \ -H "hash-signature: string"{
"events": [
{
"event": "joined",
"user_id": "user1"
}
]
}{
"error": "Invalid signature"
}curl -X GET "https://v.cloudapi.vconnct.me/api/v4/webhook/get_room_events/room123" \
-H "key: string" \
-H "hash-signature: string"