Logo
Anvil API Documentation

Download Documents

GET {{url}}/api/document-group/{{documentGroupEid}}.zip

When all parties have signed, you can fetch the completed documents in zip form with this URL. Use your API key to authenticate to this URL.

The documentGroupEid can be found in the response of the createEtchPacket or sendEtchPacket mutations.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X GET 'https://app.useanvil.com/api/document-group/documentGroupEid.zip'

ENDPOINTS