Calls module

Endpoints for making and managing phone calls

GET

/calls Returns collection of Live Call resources

POST

/calls Make a call to number in e164 format

GET

/calls/{id} Returns Live Call resource for given Id

PATCH

/calls/{id} Transfers existing Call resource to given e164 number

DELETE

/calls/{id} Terminates ongoing Live Call

GET

/calls/{id}/trace Returns collection of Call trace resources

GET

/calls/{id}/monitors Returns collection of Call monitor resources

GET

/webcalls Returns Webcall resources

POST

/webcalls Make a webcall from e164 number to other e164 number or extemsion

POST

/leadcalls Make a leadcall from user to e164 number

GET

/mediasessions Returns collection of Media Session resources

GET

/mediasessions/{id} Returns Media Session resource for given Id

GET

/calllabels Returns collection of CallLabel resources

POST

/calllabels Creates new CallLabel resource

GET

/calllabels/{id} Returns CallLabel resource for given Id

PATCH

/calllabels/{id} Updates existing CallLabel resource

DELETE

/calllabels/{id} Deletes existing CallLabels resources