26.0 CallManagementAPI

lookupExtension

Looking up an extension that belongs to an account can be discovered by making a POST request to this endpoint.

https://<host>/servicemanager/rest/CallManagementAPI/lookupExtension?username=<username>&apiKey=<APIKey>"

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" }