Create meeting
Creates a transient room that is available between creation and an hour after the given end date. After this time the room will be automatically deleted. The URL to this room is present in the response.
post/meetings
Request body
Example request
{
"roomMode": "group",
"roomNamePrefix": "example-prefix",
"roomNamePattern": "uuid"
}Response
The resource was created successfully.
Example response
{
"meetingId": "9cf691bf-f2d5-4420-bda9-ee8607bb558b",
"startDate": "2025-05-12T16:42:49Z",
"endDate": "2025-05-12T17:42:49Z",
"roomUrl": "https://subdomain.whereby.com/room-prefix-793e9ec1-c686-423d-9043-9b7a10c553fd"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.