/
26.0 CallManagementAPI
26.0 CallManagementAPI
lookupExtension
Looking up an extension that belongs to an account can be discovered by making a POST request to this endpoint.
where:
host = FQDN of clouddialer system
username = username of account to lookup
apiKey = API key of system.
Here is an example call to the API and the response from it:
curl -X POST "https://<FQDN of Noojee System>/servicemanager/rest/CallManagementAPI/lookupExtension?username=testuser&apiKey=<APIKey>"
and the response:
{
"Extension": "113"
}
, multiple selections available,
Related content
Using Zaps to Connect to Noojee
Using Zaps to Connect to Noojee
More like this
Route Variables
Route Variables
More like this