cURL
curl --request GET \ --url https://api.voltview.co.uk/v1/loas/{loaId}/document \ --header 'Authorization: Bearer <token>'
{ "url": "<string>", "expiresAt": "2023-11-07T05:31:56Z" }
Get a signed URL to download the LOA PDF document. URL expires after 1 hour.
JWT token obtained from /v1/requestToken endpoint
UUID of the LOA
Document URL retrieved successfully
Signed URL to download the LOA document
URL expiration time