v1

latestOpenAPI 3.0.22026-07-24113565544.0 KB
Statements

List Account Tax Statements

Retrieves a list of Account Tax Statements by accountID.

get/accounts/{accountID}/taxforms

Path parameters

accountIDstring required

The user's unique account identifier.

Example:cc07f91b-7ee1-4868-b8fc-823c70a1b932.1407775317759

Query parameters

fromstring

The date to start the filter.

tostring

The date to end the filter.

Response

Retrieving a list of Account Tax Statements by accountID was Successful.

displayNamestring

Description of account tax statement file.

fileKeystring

Key to be used to retrieve account tax statement PDF. Reference Get Statement File for retrieving an account statement.

Example response

[
  {
    "displayName": "2015 Tax Year 1099-B",
    "fileKey": "2015123103"
  }
]