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.
Supabase Auth JWT access token obtained after signing in via magic link or OTP
UUID of the LOA
Document URL retrieved successfully
Signed URL to download the LOA document
URL expiration time