Create a Call
POST/calls
To create a new Call, you send a POST
request to the Call resource with a payload including a dial
command and additional nested params
.
Request
Responses
- 201
- 401
- 404
- 422
The request has succeeded and a new resource has been created as a result.
Access is unauthorized.
The server cannot find the requested resource.
Client error