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.
Supabase Auth JWT access token obtained after signing in via magic link or OTP
Path to the document file
Account ID
Signed URL generated successfully
Signed URL for secure document access