Sign in

Download signature files

documented

Download files associated with a signature request.

POST /signature_request/files/{signature_request_id}Sign APIno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.hellosign.com/v3/signature_request/files/{{$signature_request_id}}?file_type={{$file_type}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/pdf" \
  -o "signature_{{$signature_request_id}}.pdf"
Download signature files · Dropbox · OpenIntegrations