curl -X GET 'https://api.sendforsign.com/api/download_pdf?contractKey=5cb-49c6-4f62-9b77-5c304' \
     -H 'Authorization: Bearer 123456789' \
     -H 'Content-Type: application/json' \

Retrieve a contract PDF. As a response, you will receive ArrayBuffer.

Body parameters

contractKey
string
required

ID of the contract.

curl -X GET 'https://api.sendforsign.com/api/download_pdf?contractKey=5cb-49c6-4f62-9b77-5c304' \
     -H 'Authorization: Bearer 123456789' \
     -H 'Content-Type: application/json' \