Skip to main content

stop stream for a call

stop stream for a call

Responses

OK


Schema
    voiceCallStatuList object[]
  • Array [
  • id int64
    description string
  • ]
  • errors object[]
  • Array [
  • errorCode string
    errorDescription string
    errorUID string
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningDescription string
  • ]
GET /call/status/list

Authorization

name: basicAuthtype: httpscheme: basic

Request

Base URL
/communications
Username
Password
curl / cURL
curl -L -X GET '/communications/call/status/list' \
-H 'Accept: application/json'