...
There are two version of DS API.
Current version is 2.
Documents
Get current environment
Code Block |
---|
/api/v1/Documents/CurrentEnvironment/ |
This GET endpoint allows you to download PDF document, proving EnvelopeID and DocumentID:
Code Block |
---|
/api/v1/Documents/Document/{EnvelopeID}/{DocumentID} |
Get envelop by id
Code Block |
---|
/api/v1/Documents/Envelop{EnvelopeID} |