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"
    }
  ]
}