Skip to main content
GET
/
api
/
v1
/
documents
/
{id}
/
download
Download signed document
curl --request GET \
  --url https://app.sajn.se/api/v1/documents/{id}/download \
  --header 'authorization: <authorization>'
{
  "downloadUrl": "<string>"
}

Headers

authorization
string
required

Bearer token for API authentication

Path Parameters

id
string
required

Response

Document download response

downloadUrl
string<uri>
required

Pre-signed URL for downloading the document (valid for 1 hour)

I