Returns all documents owned by the user associated with the provided API key. Each document includes its metadata, a presigned public URL, and recipient information.
GET
/
getAllDocuments
Retrieve all documents
Copy
curl --request GET \ --url https://api.useinkless.com/getAllDocuments \ --header 'x-api-key: <api-key>'