Skip to main content
GET
/
v1
/
statutory
/
filings
/
{filing_id}
/
document
Download filing document
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

filing_id
string
required

Filing identifier

Response

Filing document download URL

url
string<uri>

Signed download URL (expires in 15 minutes)

expiresAt
string<date-time>