Skip to main content

Registered Internet/Mobile/IVR Banking Users

Retrieve data for registered internet/mobile/ivr banking users.

GET/3.0/alternate/registered-digital-users

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",
"mobile_banking": 426,
"ivr": 428,
"ibanking": 427
},
{
"period": "Feb 2024",
"mobile_banking": 410,
"ivr": 415,
"ibanking": 412
}
]
}

Response Fields

FieldTypeDescription
periodstringPeriod ended (e.g., "Nov 2024")
mobile_bankingnumericNumber of Mobile Banking Users
ivrnumericNumber of Call Center/IVR Users
ibankingnumericNumber of Internet Banking Users

Error Responses

For detailed Common Error responses, see the Error Handling.

Examples

GET Registered Internet/Mobile/IVR Banking Users

curl -X GET "https://csapis.com/3.0/alternate/registered-digital-users" -H "Authorization: Bearer YOUR_API_TOKEN"

Use Cases

  • Data analysis
  • Dashboard / metrics