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

List

Developing
GET
/document/

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/document/' \
--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:09:15
Previous
List
Next
BankAccount
Built with