GET
/
tax
/
tax-form-revisions
List Tax Form Revisions
curl --request GET \
  --url https://api.paxos.com/v2/tax/tax-form-revisions \
  --header 'Authorization: Bearer <token>'
{
  "tax_form_urls": [
    {
      "account_id": "<string>",
      "type": "FORM_1099_B",
      "tax_year": "<string>",
      "revision": "<string>",
      "url": "<string>"
    }
  ]
}

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>[]

Tax forms 1009 B or Misc

revision
string

Revision

Response

200 - application/json

A successful response.

The response is of type object.