curl --request GET \
--url https://api.cadanapay.com/v1/statutory/filings/{filing_id}/document \
--header 'Authorization: Bearer <token>'{
"url": "<string>",
"expiresAt": "2023-11-07T05:31:56Z"
}Returns a signed URL to download the filing document (PDF). Only available after the filing has been submitted.
curl --request GET \
--url https://api.cadanapay.com/v1/statutory/filings/{filing_id}/document \
--header 'Authorization: Bearer <token>'{
"url": "<string>",
"expiresAt": "2023-11-07T05:31:56Z"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filing identifier