B2B VERIFICATION SUITE APIS
1. Get Operators API
Verification endpoint — 1. Get Operators API. Reference documentation from the QRX Postman collection. No live API calls are made from this page.
Reference only — this page does not call live APIs.
GET
/api/b2b-agent/get-operators
Headers
| Header | Required |
|---|---|
| clientid | Yes |
| secretid | Yes |
Request body
No request body required for this endpoint.
Sample success response
{
"status": true,
"message": "Operators fetched successfully.",
"data": [
{
"operator_code": "BANK00000NATKB",
"operator_name": "QRXAPI"
}
]
}