TelecomOutbound call

Call a client from one of our numbers.

One of the two ways into StartCall; the other is the operator transfer. Both place a call the same way — the difference is only in what each is allowed to ask for, which is why each has its own request body.

POST
/Telecom/outbound-call
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://api.speaknode.com/api/Telecom/outbound-call" \  -H "Content-Type: application/json" \  -d '{}'
{
  "success": true,
  "call_id": "0d0a16ab-a508-4d58-bf24-5dc3cb248f3e",
  "call_sid": "string",
  "error": "string"
}