Skip to main content
GET
/
v1
/
loas
/
{loaId}
/
document
Get LOA document
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"
}

Authorizations

Authorization
string
header
required

JWT token obtained from /v1/requestToken endpoint

Path Parameters

loaId
string
required

UUID of the LOA

Response

Document URL retrieved successfully

url
string<uri>

Signed URL to download the LOA document

expiresAt
string<date-time>

URL expiration time