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

Description

The endpoint retrieves a specific tax document associated with a link.

Authentication

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

Path Parameters

ParameterTypeRequiredDescription
link_idstringYesThe unique identifier for the user link
tax_idstringYesThe unique identifier for the specific tax document

Response

The endpoint returns tax document data in JSON format.