Skip to main content
GET
/
api
/
v1
/
documents
/
download
/
{document_id}
Download a document via signed token
curl --request GET \
  --url https://api.hevn.finance/api/v1/documents/download/{document_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

document_id
string<uuid>
required

Query Parameters

key
string
required

Response

Successful Response