Call Hangup API - Number Masking
This API allows clients to terminate an actively running Number Masking call on Alohaa with a unique Call ID specific to their organization.
Endpoint Description
POST
https://number-masking.alohaa.ai/v1/external/call/hangup
Parameters
Request Headers
Field
Value
Description
Mandatory
Content-Type
application/json
Specifies the content type of the request.
Yes
x-metro-api-key
*************************
API key for authentication purposes.
Yes
Request Body
Field
Data Type
Description
Mandatory
call_id
string
Unique identifier of the call
Yes
Sample Request
Responses
Success Response
Failure Response
Error Codes
Code
1000
Internal Server Error. Something went wrong!
1002
Invalid api key id
1009
Invalid schema or Missing Data sent
1040
There is not active call running with the referenced call_id
Last updated