Get Block Number Group Details

This API is used to get the 'Block Number Groups' list from your Cloud Agent account.

Provide your username ( Cloud Agent username ) and password ( API key associated with your account ) in the Authorization section and you will get the details.

Possible Responses

Missing 'username' in Authorization{"status": "error","message": "Authentication failed"}
Passing Invalid 'username' in Authorization{"status": "error","message": "Authentication failed"}
Missing 'password; in Authorization{"status": "error","message": "Authentication failed"}
Passing Invalid 'password; in Authorization{"status": "error","message": "Authentication failed"}
Passing the valid 'username' and 'password' in Authorization{"status": "success","message": "19 records found","data": [{
"GroupID": "XXX",
"GroupName": "XXXXXXX",
"UserId": "XXXX",
"Description": "XXXXXXXX"}

📘

Further Insights

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

Language
Authorization
Basic
base64
:
URL
Click Try It! to start a request and see the response here!