This API retrieves detailed information about an agent in your CloudAgent account.
Rate Limit:A maximum of 10 requests per minute is allowed.
Note:Make sure the admin setting 'API Authentication' is set to 'BASIC_AUTH', If you are using this API.
APIs Domain NameFor 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
Header parameters
| Parameter | Description |
|---|---|
| apiKey* | Your CloudAgent account API Key |
| Content-Type | application/json |
Body Params
{
"userName": "xxxxxx",
"agentId": "xxxxxx"
}
Possible responses
Success response | { |
If userName is empty | "status": "error" |
If apiKey is empty | "status": "error" |
If userName or apiKey is invalid | "status": "error" |
If campaignName is invalid | "status": "error", |
If rate limit exceeds | "message": "Max limit exceeded", "status": "error" |
