Skip to main content

Get Signature Request File

GET 

/signature_request/:signature_request_id/file

Obtain the file of the Signature Request by id. This endpoint supports returning different types of files:

  • The agreement itself
  • The Certificate of Completion (CoC)
  • A merged PDF which combines both the agreement and the CoC
Preconditions by file type
  • For agreement file type: None
  • For coc file type: Requires the status to be APPROVED and a certificate must exist for that request
  • For merged file type: Requires the status to be APPROVED and both artifacts must exist. Lazy-generation is not performed for legacy requests, and developers should see errors in such cases.

Request

Responses

Expected response to a valid request