Query parameters

application/json

Body Required

Responses

  • 200 application/json

    Start a SIPCall

POST /api/sip/calls
curl \
 --request POST 'https://replace-with-own-host.iw-erp.de/api/sip/calls' \
 --header "x-session-token: $API_KEY" \
 --header "Content-Type: application/json" \
 --data '{"call":{}}'
Request examples
{
  "call": {}
}
Response examples (200)
{}