Get Phone Number Details

Get Phone Number Details API is used to get the existing phone number details in CloudAgent. The user MUST pass the ‘action’ parameter with the ‘get’ function.

To access this API the following parameters MUST be passed.

ParameterDescription
apiKey*Available in CloudAgent admin login
userName*CloudAgent user name
action*The action MUST be ‘get’. (case sensitive)
phoneNumber*Phone number for which the details are required

❗️

Note

  • Parameters with ‘*’ are to be considered as mandatory parameters.
  • The action parameter, ‘get’ is case sensitive.

Possible responses

Invalid api_key"status": "error"
"message": "userName or apiKey not valid"
Invalid action"status": "error"
"message": "action not valid"
Invalid phoneNumber"status": "error"
"message": "phoneNumber must be numeric"
Invalid username{"status":"error","message":" userName or apiKey not valid"}
Empty phoneNumber"status": "error"
"message": "phoneNumber cannot be empty"
phoneNumber details"phoneNumber": "94XXXXXX"
"phoneName": "PaXXXXX"

📘

Further Insights

By default, the domain name is https://in1-ccaas-api.ozonetel.com. Please refer here to change based on the need.

Language
URL
Click Try It! to start a request and see the response here!