Skip to content

Returns the join URL of a given groups conference.

GET
/api/groups/{groupId}/conference

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

groupId*
Typestring
Required
Pattern"\\d+"

Query Parameters

redirect

Should the response perform a 301 redirect to the actual conference?

Typestring
Default"false"

Responses

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python