GET
/
v1
/
supplierIntegration
/
documents
/
sign
curl --request GET \
  --url https://api.voltview.co.uk/v1/supplierIntegration/documents/sign \
  --header 'Authorization: Bearer <token>'
[
  {
    "url": "<string>"
  }
]

Authorizations

Authorization
string
header
required

JWT token obtained from /v1/requestToken endpoint

Query Parameters

filePath
string
required

Path to the document file

accountId
string
required

Account ID

Response

200
application/json
Signed URL generated successfully
url
string

Signed URL for secure document access