Retrieve the completed document

Once signed, a full copy of the completed document can be obtained by calling into the Get Completed Document endpoint.

Good to know...
This returns PDFs and Word documents.

Retrieve the completed document endpoint

Below is the end point used for get completed document.

HTTP
Copy

Example

A complete example of how to GET a completed document can be found below.

Javascript
Copy
ParameterDescription

Authorization

(header)

Your API Key is required on all calls to the API and should be sent as a bearer token.
Content-Type (header)application/pdf
sign_request_id (path)This is a UUID referring to the Completed Document you are looking to retrieve. This will be the UUID obtained from the Create Sign Request endpoint

On success, this endpoint returns a status code of 200 with the document as a PDF.

Other response codes

ResponseCode
401401 is returned if a request is unauthorised. This is likely due to the API Key either being incorrect or not being sent properly in the headers. The key should be sent as a Bearer token over the authorisation header.
404If the requested document is not found you will receive a 404. This will be due to the request ID being invalid.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard