Skip to main content
GET
/
api
/
v1
/
tax-home-docs
/
:id
/
download-url
Get Tax Home Doc Download URL
curl --request GET \
  --url https://api.example.com/api/v1/tax-home-docs/:id/download-url
{
  "downloadUrl": "https://s3.amazonaws.com/bucket/tax-home-docs/1/...?..."
}

Path Parameters

id
integer
required
The document ID.

Response

{
  "downloadUrl": "https://s3.amazonaws.com/bucket/tax-home-docs/1/...?..."
}

Errors

StatusCause
404Document not found