API ReferenceRoomsRoom_status
Get room status
Retrieves the status of a specific room.
Retrieves the status of 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/rooms/room_status?room_id=room123" \ -H "key: string" \ -H "hash-signature: string"{
"status": "active",
"room_id": "room123"
}{
"error": "Invalid signature"
}curl -X GET "https://v.cloudapi.vconnct.me/api/v4/rooms/room_status?room_id=room123" \
-H "key: string" \
-H "hash-signature: string"