latestOpenAPI 3.0.0MIT2026-08-101483217.9 KB

a59ac1ee7b2c

Conferences

Get Conference Info

Returns information about a conference that matches the provided conference ID.

get/calling/v1/conferences/id/{conferenceId}

Response

A success response, or an Error.

Example response

{
  "participants": [
    {
      "cli": "+46708168731",
      "id": "abcabcabcabca"
    }
  ]
}