Skip to main content
GET
List Tax Form Revisions
OAuth Scope

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Query Parameters

account_id
string
required

Required. Account ID

tax_year
string
required

Required. Tax Year

form_types
enum<string>[]

Optional. Tax form types (1099-B, 1099-MISC, 1099-DA). If not provided, defaults to 1099-B for tax years prior to 2025, and 1099-DA from 2025 onwards.

Available options:
FORM_1099_B,
FORM_1099_MISC,
FORM_1099_DA
revision
string

Revision

Response

200 - application/json

A successful response.

tax_form_urls
List of tax form urls · object[]