GET
/
envelope
/
{envelope_id}
/
attachments
/
{file_id}
Get envelope attachment file
curl --request GET \
  --url https://restapi.sign.plus/v2/envelope/{envelope_id}/attachments/{file_id} \
  --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
file_id
string
required

Response

200 - application/octet-stream

Attachment file retrieved successfully

The response is of type file.