Send Requests
Creating the Signature Request
This API endpoint enables the creation of a new signature request.
Submit a POST request to the specified URL with the access token provided as a header to initiate the process.
POST
https://evia.enadocapp.com/api/Requests?type=1,2,3
Headers
Name
Type
Description
Authorization
Bearer
Access token should be sent as request header
Upon successful creation, a status code of 200 is returned, confirming the successful initiation of the sign request.
Three Methods to Create a Sign Request
Type
Description
1
Initiate Signature Request from Template
2
Fixed Positioning for Standard Signature Request
3
Auto Stamping - (This is under the development phase)
Last updated