1. BankAccount
BillPro API Documentation
  • BankAccount
    • List
      GET
  • DocumentBlock
    • List
      GET
  • Document
    • List
      GET
  • Schemas
    • BankAccount
    • DocumentBlock
    • Document
  1. BankAccount

List

Developing
GET
/bank/

Request

Header Params

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://billpro.hu/api/bank/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Response Response Example
{"message":"Unauthenticated."}
Modified at 2026-03-16 16:02:42
Next
List
Built with