Skip to main content
GET
/
bank_statements
List bank statements
curl --request GET \
  --url https://api.ledgerbeam.com/v1/bank_statements \
  --header 'API-KEY: <api-key>'
{
  "next_cursor": "XjdHaksD",
  "data": [
    {
      "id": "bs_123456789",
      "url": "https://example.com/statement.pdf",
      "status": "processing",
      "created_at": "2024-01-15T10:30:00Z",
      "processed_at": "2024-01-15T10:35:00Z"
    }
  ]
}

Overview

Retrieve a list of bank statements that have been submitted for processing.
  • Statement Management: View all submitted bank statements
  • Status Monitoring: Check processing status of statements
  • Audit Trail: Track statement submission history
  • Integration: Fetch statement data for external systems

Authorizations

API-KEY
string
header
required

API key for authentication

Response

200 - application/json

Bank statements retrieved successfully

next_cursor
string

Pagination cursor for next page

Example:

"XjdHaksD"

data
object[]

List of bank statements