get https://app.bluenotary.us/api/integrations/get_session_final_documents/6245f4ef64dbcfc5141dfdea
Use this API to get the final signed documents against a unique session ID
Log in to see full request history
Responses
Use this API to get the final signed documents against a unique session ID
xxxxxxxxxx
curl --location 'app.bluenotary.us/api/integrations/get_session_final_documents/63dd4ae00f3b696dbdc0e396' \
--header 'Authorization: Bearer bnkey-90bfb5b3153c9fa3fa87f845d04a23162aa0ccdabcc91585ec097021aberdsw3-ADSASBDFFDZ'
xxxxxxxxxx
{
"final_documents": [
{
"name": "63dd4ae00f3b696dbdc0e396_277415_signed_pdf.pdf",
"base64Doc": "JVBERi0xLjcKJYGBgYEKCjEgMCBvYmoKPDwKL1R5cGUgL0ZvbnQKL1N1YnR5cGUgL1R5cGUxCi9CYXNlRm9udCAvSGVsdmV0aWNhCi9Fbm....UVPRg==",
"initial_document_name": ""
}
]
}