Skip to main content

Consumer Complaints received by Cellular Mobile Operators

Complaints received by each cellular mobile operator.

GET/3.0/alternate/complaints-by-operator

Request

Authentication

  • Type: Bearer Token
  • Required: Yes

Parameters

This endpoint does not accept any query parameters.

Response

Success Response (200)

{
"status":"ok",
"data":[
{
"period":"Nov 2024",
"operator":[
{
"key":"Jazz",
"value":1500
},
{
"key":"Telenor",
"value":1200
}
]
},

]
}

Response Fields

FieldTypeDescription
periodstringPeriod identifier (e.g., "Nov 2024")
operatorarrayList of operators and their complaint counts View

Operators

FieldTypeDescription
keystringOperator key (e.g., "Jazz", "Telenor")
valueintegerNumber of complaints for the operator

Error Responses

For detailed Common Error responses, see the Error Handling.

Examples

GET Consumer Complaints received by Cellular Mobile Operators

curl -X GET "https://csapis.com/3.0/alternate/complaints-by-operator" -H "Authorization: Bearer YOUR_API_TOKEN"

Use Cases

  • Data analysis
  • Dashboard / metrics