v1

latestOpenAPI 3.0.02026-07-13316378.3 KB
Call

/v0.1/Call/

Initiates an outbound call

post/v0.1/Call/

Response

Response

Message'Call Request Executed' | 'Mandatory Parameters Missing' | 'AnswerUrl is not Valid' | 'HangupUrl is not Valid' | 'RingUrl is not Valid' | 'Unknown Core UUID' required

Response message

RequestUUIDstring required

Unique identifier of the Call request (UUIDv4)

Successboolean required

Whether the request was successful or not

RestApiServerstring required

API server which handled this request (an Eqivo extension)

Example response

{
  "Message": "Call Request Executed",
  "RequestUUID": "fc92f3f4-3777-43ed-b269-5b4a0d474b12",
  "Success": true,
  "RestApiServer": "localhost"
}