Categories Master Data API

API for listing all Biller Categories in the BBPS application.

Endpoint

Request: GET https://<master_server_url>/agent/cou-master/masters/categories-master

Request Parameters

The various parameters are explained below:

Parent Property/Element
Property/Element Name
Mandatory
Data Type
Description

[ROOT] (No parent property / element)

category

C

String

Name of the category

[ROOT] (No parent property / element)

tenantId

M

String

Tenant ID of the OU/Bank

Response Parameters

The various parameters are explained below:

Parent Property/Element
Property/Element Name
Mandatory
Data Type
Description

[ROOT] (No parent property / element)

categoryRespList

M

Array of categoryresp

List of category masters

categoryRespListA

categoryId

M

UUID

Unique ID associated with a specific category

categoryName

M

String

categoryIcon

M

String

categoryDomain

M

String

buttonName

M

String

textArea

M

String

faqDetailsList

M

Array of FAQ

faqDetailsList

name

C

String

value

C

String

generalResp

statusCode

M

Numeric

status

M

String

message

M

String

Json Formatted Response Example

Last updated

Was this helpful?