Accept Inbound Calls
Accept inbound calls that reach the PBX.
Endpoint
POST /api/v1.1.0/inbound/accept?token={token}
Request Parameters
Name | Importance | Type | Description |
---|---|---|---|
inboundid |
Required | String | Accept the call with the specific inbound ID. |
Examples
Request ExamplePOST /api/v1.1.0/inbound/accept?token=1e3b3ebb6a974cb42ed31de5413df52d HTTP/1.1 Content-Type:application/json; charset=utf-8 Host: 192.168.5.150 { "inboundid": "1495703883.314" }
HTTP/1.1 200 OK Access-control-allow-origin: * Access-control-allow-methods: GET, POST, OPTIONS, PUT, DELETE { "status": "Success" }