Get Signature Document
Use Case
Get the Signed Document from a Signature Request.
Request
curl --location 'https://api.sandbox.signaturit.com/v3/signatures/21b848b2-9441-49b1-9df1-6b69ecca7b2c/documents/094db290-a4fb-4283-aec2-37c20a855c38/download/signed'
--header 'Authorization: Bearer BXHcYigHevJYriFgNuNhzTDvGQlBmEDRCpOFWIckocVnWrjDETqFbmiqFkKGgEdGxgdUGfDhMgFrgODfljPQfK'
Success Response
The signed PDF file.
Error Response
This is a sample error response not related to the request above.
{
"status_code": 404,
"message": "Document with id 094db290-sa4fb-4283-aec2-37c20a855c38 not found"
}