get https://{domainname}/CAServicesV3/blockNumberGroupV2.php
Deprecation Update
This API will be deprecated by 30th Nov 2024.
We recommend to start using the new version of the APIs:
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.