Stop recording
POST
/ v1 / calls / {id} / recording / stop Authorizations
AuthorizationstringheaderrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Responses
Stopped
ok boolean required callId string required curl --request POST \
--url "http://127.0.0.1:7880/v1/calls/{id}/recording/stop" \
--header "Authorization: Bearer YOUR_API_KEY"{
"ok": true,
"callId": "<string>"
}