Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
/v1/customer/banks
/v1/customer/device/lookup
email
{ "statusCode": 200, "success": true, "message": "Customer banks retrieved successfully", "data": { "banks": [ { "bankId": "string", "bankName": "string", "accountName": "string", "phrase": "string", "customerName": "string" } ] } }
bankId
bankName
accountName
phrase
customerName
{ "deviceId": "string" }
deviceId
{ "statusCode": 200, "success": true, "message": "Device lookup successful", "data": { "bankId": "string", "bankName": "string", "accountName": "string", "phrase": "string", "customerName": "string" } }
{ "statusCode": 400, "success": false, "message": "Invalid email format" }
{ "statusCode": 404, "success": false, "message": "Device not found in system" }