Query parameters
-
iw-build-id
string build id of the client
-
iw-package-id
string package id of the client
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)
{}