Document Download
GET {{apiBaseUrl}}/v1/document/download?documentId={{documentId}}
Returns the PDF document for the specified documentId. When the document is created on behalf of a particular sender email, then the download operation can be performed on the same account by specifying the email in onBehalfOf.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
documentId | string | The unique document id of the document. |
RESPONSES
status: OK
"Contains the PDF document"