Signers Requests

An overview of the request class for signers

SignersRequests Class

This is the class responsible for issuing requests to the zapsign api. To build this class you just have to put the api token as a reference:

SignerRequests signerRequest = new SignerRequests(apiToken);

Using the SignerRequests class, it is possible to perform the following requests:

Last updated