Get Rekening List
Testing
GET
/store/bankaccounts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/store/bankaccounts?code&category=account_number&Keyword&start=0&limit=10&sort_by=created_at&sor_dir=desc'
Response Response Example
200 - Success
{
"data": [
{
"id": 3,
"account_name": "Mohammad Alfian",
"account_number": "1789173192",
"bank_name": "BNI",
"status": 1
}
],
"total": 1
}
Request
Query Params
code
string
optional
category
string
optional
Example:
account_number
Keyword
string
optional
start
string
optional
Example:
0
limit
string
optional
Example:
10
sort_by
string
optional
Example:
created_at
sor_dir
string
optional
Example:
desc
Responses
Modified at 2025-06-24 01:40:57