Hamkaran.cloud
  1. Hamkaran Cloud Phone
Hamkaran.cloud
  • Hamkaran Cloud Phone
    • Get Call Center Reports
      GET
    • Get Extension Status
      GET
    • Get Call Recording by UID
      POST
    • Create Call
      POST
    • HangUp Call
      POST
    • Send a pre-recorded call
      POST
    • Get a pre-recorded call Details
      POST
  1. Hamkaran Cloud Phone

HangUp Call

POST
https://api.hamkaran.cloud/api/hamkaran/v1/hang_up_call
This API allows users to terminate an ongoing call. By sending a request to this endpoint, the system will end the active call, ensuring that the call is properly disconnected. This functionality is part of Hamkaran Cloud's advanced cloud telephony solutions, providing organizations with the tools to manage their communications more effectively, reduce unnecessary call durations, and improve overall system efficiency.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.hamkaran.cloud/api/hamkaran/v1/hang_up_call' \
--header 'key: {{Hamkaran Webservice key}}' \
--form 'channel_id=""'
Response Response Example
{
  "msg": "Channels hung up will follow",
  "code": "1",
  "data": "Done"
}

Request

Header Params
key
string 
required
Example:
{{Hamkaran Webservice key}}
Body Params multipart/form-data
channel_id
string 
required

Responses

🟢200Response
text/html
Body
object {0}
Modified at 2024-08-09 16:28:32
Previous
Create Call
Next
Send a pre-recorded call
Built with