Call
User Guide > Resources > Call
This request sets up a call between 2 numbers.
The caller phone number will be called first by the server and when picked up a call is set up to the callee phone number.
Resource
POST /communications/call
Parameters
None
Payload
An CallInitiationInfo object containing the caller phone number and the callee phone number.
Response
None
Context
Authorization |
Admin |
Errors
Example
Request
POST https://xelion.nl/api/v1/master/communications/call
Payload
{
"callerPhoneNumber":"413",
"calleePhoneNumber":"0612345678"
}