Skip to main content
GET
/
v1
/
links
/
{link_id}
/
tax
List All Tax Documents
curl --request GET \
  --url https://api.example.com/v1/links/{link_id}/tax/

Description

The endpoint returns a list of tax documents associated with a specific user link. Tax documents are financial records that support income and employment verification.

Authentication

This endpoint requires API key credentials for access:
  • ClientID (header)
  • AccessKey (header)

Path Parameters

ParameterTypeRequiredDescription
link_idstringYesThe unique identifier for the account link

Response

The endpoint returns a list of tax document objects in JSON format.