curl --request GET \
--url https://api.example.com/api/v1/tax-home-docs[
{
"id": 1,
"user_id": 1,
"doc_type": "rent_receipt",
"month": 1,
"year": 2025,
"s3_key": "tax-home-docs/1/jan2025.pdf",
"uploaded_at": "2025-01-15T10:00:00.000Z"
}
]
Retrieve tax home supporting documents.
curl --request GET \
--url https://api.example.com/api/v1/tax-home-docs[
{
"id": 1,
"user_id": 1,
"doc_type": "rent_receipt",
"month": 1,
"year": 2025,
"s3_key": "tax-home-docs/1/jan2025.pdf",
"uploaded_at": "2025-01-15T10:00:00.000Z"
}
]
X-Total-Count header.
[
{
"id": 1,
"user_id": 1,
"doc_type": "rent_receipt",
"month": 1,
"year": 2025,
"s3_key": "tax-home-docs/1/jan2025.pdf",
"uploaded_at": "2025-01-15T10:00:00.000Z"
}
]