Try a call

List participants in the call

GET / v1 / calls / {id} / participants

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Responses

OK

participants object[] required
curl --request GET \
  --url "http://127.0.0.1:7880/v1/calls/{id}/participants" \
  --header "Authorization: Bearer YOUR_API_KEY"
{
  "participants": []
}

Type to search…

↑↓ navigate open esc close