https://api.signatureapi.com
for both test and live modes.
For example, to create an envelope, you do a POST
request to https://api.signatureapi.com/v1/envelopes
.
200 OK
: Request succeeded for a GET, POST, or PATCH call.201 Created
: Request succeeded for a POST request that created a new resource. The response includes a Location header pointing to the newly created resource.