Skip to main content
Retrieve the list of active operators (billers) associated with a specific BBPS category (e.g. Electricity, Water, Broadband). It also returns the input validation rules and parameter fields required to query or pay bills for each operator.
  • Endpoint: /v1/bbps/operator
  • Method: GET
  • Authentication: Required (Basic Auth via Header or Query Parameter)

Query Parameters

URL Example

Success Response (200 OK)

Response Fields

Error Responses

Missing Category Code (400 Bad Request)

Returned if category_code query parameter is missing.

Unauthorized (401 Unauthorized)

Returned if the Authorization header/query parameter is invalid or missing.