List conferencing connections
Developing
Returns the conferencing connections available to the authenticated user or team.
Request
Add parameter in header X-Jicoo-Api-Key
Example:X-Jicoo-Api-Key: ********************
Request Code Samples
curl --location '/v1/conferencing' \
--header 'X-Jicoo-Api-Key: <api-key>'
Responses
application/json
{
"data": [
{
"id": 123,
"uid": "conn_123",
"provider": "zoom",
"email": "jane@example.com",
"status": "connected"
}
]
}
Modified at 2026-06-23 10:08:23