Skip to main content
GET
List all Documents for a Business

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

business_id
string<biz_string>
required

The id of the business

Example:

"biz_GA6EG2qFxA97NZHtxeLPUy"

Query Parameters

document_type
enum<string> | null

Include only Documents with the given document_type

Available options:
receipt,
statement,
other,
payroll,
bill,
mileage,
invoice
transaction_id
string<txn_string> | null

Include only Documents that have the given transaction_id

start_datetime
string<date-time> | null

Include documents after this period (inclusive) in ISO-8601 format

Example:

"2025-01-01T00:00:00Z"

end_datetime
string<date-time> | null

Include documents before this period (inclusive) in ISO-8601 format

Example:

"2026-01-01T00:00:00Z"

page_token
string | null

The page token to for the next or previous page

page_size
integer
default:100
Required range: 1 <= x <= 100

Response

Successful Response

data
DocumentPublic · object[]
required
pagination
PaginationResponse · object
required