Get Block Number Group Details (Basic authentication)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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


📘

APIs Domain Name

For domestic ccaas - enter the domain: in1-ccaas-api.ozonetel.com

For international ccaas - enter the domain: api.ccaas.ozonetel.com

For Partners - enter the respective URL

👍

Note:

Make sure the admin setting 'API Authentication' is set to 'BASIC_AUTH', If you are using this API.

Header parameters

ParameterDescription
apiKey*Your CloudAgent account API Key
Content-Typeapplication/json

Body Params

{
"userName":"xxxxx"

}

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"}
Body Params
Headers
string
Response

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