Skip to main content
Pathway exposes a stable bank-underwriting CSV and a gallery of generated Excel and PDF templates. Gallery availability can vary by organization, so integrations should discover templates before requesting one by ID.

List available templates

The response excludes private templates that do not belong to the token’s organization. The discovery endpoint is authoritative. New public templates can appear without a client release.

Download bank analytics as CSV

table_format
string
default:"month_as_row"
month_as_row writes one row per statement period and account. month_as_col writes metrics as rows and statement periods as columns.

month_as_row

The file contains individual account rows followed by NET and Average summary rows.

month_as_col

The file uses the combined cash row for each statement period.
Both formats use the same exclusions and analytics configuration as GET /books/{book_id}/analytics.
sheet_type
string
required
mca for bank statement templates, vlad for credit report templates, or tax for tax templates.
template_id
string
A template returned by GET /parse/spreadsheet-templates. When omitted, Pathway uses the organization’s default for that sheet type.
The chosen template must match sheet_type and must be visible to the token’s organization.
Omit template_id when you want the file to follow the default selected in Pathway settings. Pass an explicit ID when another system depends on a fixed layout.

Get a browser-ready export

This endpoint accepts the same sheet_type and template_id parameters. It generates the file, uploads a temporary copy, and returns URLs suitable for an embedded preview or download.
download_url is temporary. Generate a new response when the old URL expires or when the Book changes.

Response conditions

For multi-file packaging and filename handling, see Export data.