GET
/
envelope
/
{envelope_id}
/
signed_documents
curl --request GET \
  --url https://restapi.sign.plus/v2/envelope/{envelope_id}/signed_documents \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

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

Query Parameters

certificate_of_completion
boolean
default:true

Whether to include the certificate of completion in the downloaded file

Response

200 - application/pdf
Combined signed documents downloaded successfully

The response is of type file.