Title
Create new category
Edit page index title
Edit category
Edit link
Retrieve the completed document
Once signed, a full copy of the completed document can be obtained by calling into the Get Completed Document endpoint.
Retrieve the completed document endpoint
Below is the end point used for get completed document.
Example
A complete example of how to GET a completed document can be found below.
Parameter | Description |
|---|---|
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
Response | Code |
|---|---|
401 | 401 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. |
404 | If the requested document is not found you will receive a 404. This will be due to the request ID being invalid. |
Got a question? Contact us here.