Skip to main content
GET
/
envelope
/
{envelope_id}
/
signed_documents
/
{document_id}
cURL
curl --request GET \
  --url https://restapi.sign.plus/v2/envelope/{envelope_id}/signed_documents/{document_id} \
  --header 'Authorization: Bearer <token>'
"<string>"
Download a single signed PDF from a completed envelope. This is useful when you need just one document instead of the full PDF Portfolio.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

envelope_id
string
required

ID of the envelope

document_id
string
required

ID of the document

Response

200 - application/pdf

Signed document downloaded successfully

The response is of type file.