cURL
curl --request GET \ --url https://api.voltview.co.uk/v1/suppliers/documents/sign \ --header 'Authorization: Bearer <token>'
[ { "url": "<string>" } ]
Generate a signed URL for accessing a specific document.
JWT token obtained from /v1/requestToken endpoint
Path to the document file
Account ID
Signed URL generated successfully
The response is of type object[].
object[]