Find Us On The App Store

Our award-winning eSignature App allows you to do more on the move.
  • google
  • app
ios-app

Esignly API Features

Method POST
URL https://api.esignly.com/v1/docSignRequest/ /
Type Params Required Values
POST api_key Y

string

POST upl Y

string (file path)

POST signer_role Y

array() {signer_role[0],signer_role[1]}...

POST signer_email Y

array() {signer_email[0],signer_email[1]...}

POST title Y

string

POST subject Y

string

POST message Y

string

POST sign_pos Y

int(0,1 and 2)

POST is_chain N

int(0 or 1 )

POST is_ignored N

int(0 or 1 )

POST is_notify N

int(0 or 1 )

POST is_attachment_allow N

int(0 or 1 )

POST attachment_doc_type N

array('pdf','doc','jpg' ....)

api_key must be sent with all client requests. The api_key helps the server to validate the request source.

Response (JSON)

Status Response
200

{"has_error":, "is_complete":, "test_mode":0 OR 1, "signature_request": {"details_url":

auth_key (string) - all further API calls must have this key in header

401

{"error":Invalid API Key."}

402

{"error":"All API request are exhausted."}

403

{"error":You do not have sufficient signing request balance to perform this action."}

404

{"error":"IP does not match with the registered IP."}

405

{"error":"No API plan found for this API Key."}

407

{"error":"Sorry your payment is not verified."}

408

{"error":"You have exceeded your daily limit."}

410

{"error":"URL is not authorized."}

411

{"error":"This features does not exist in your plan."}

415

{"error":"Error while processing doc."}

416

{"error":"Error while processing doc."}

412

{"error":"Recipient array are not validated."}

413

{"error":"Roles Input are not validated."}

414

{"error":"File upload error ."}

404_4

{"error":" No file found ."}

Method POST
URL https://api.esignly.com/v1/cancelSignReqest/
Type Params Required Values
POST api_key Y

string

POST signature_request_id Y

string

api_key must be sent with all client requests. The api_key helps the server to validate the request source.

Response (JSON)

Status Response
200

{"has_error": false, "error_details": "", "test_mode": 0 OR 1, "cancel_request": {"signature_request_id": "f14ddedadb0856ce47ebddd799897f5e", "response": [{"assign_title": "test from curl", "is_cancelled": "1"} ] } } auth_key (string) - all further API calls must have this key in header

auth_key (string) - all further API calls must have this key in header

401

{"error":Invalid API Key."}

402

{"error":"All API request are exhausted."}

403

{"error":You do not have sufficient signing request balance to perform this action."}

404

{"error":"IP does not match with the registered IP."}

405

{"error":"No API plan found for this API Key."}

407

{"error":"Sorry your payment is not verified."}

408

{"error":"You have exceeded your daily limit."}

410

{"error":"URL is not authorized."}

411

{"error":"This features does not exist in your plan."}

420

{"error":"Invalid Request key."}

421

{"error":"This Assignment is already cancelled."}

Method POST
URL https://api.esignly.com/v1/deleteSignRequest/
Type Params Required Values
POST api_key Y

string

POST signature_request_id Y

string

api_key must be sent with all client requests. The api_key helps the server to validate the request source.

Response (JSON)

Status Response
200

{"has_error": false, "error_details": "", "test_mode": 0 OR 1, "cancel_request": {"signature_request_id": "f14ddedadb0856ce47ebddd799897f5e", "response": [{"assign_title": "test from curl", "is_cancelled": "1"} ] } } auth_key (string) - all further API calls must have this key in header

auth_key (string) - all further API calls must have this key in header

401

{"error":Invalid API Key."}

402

{"error":"All API request are exhausted."}

403

{"error":You do not have sufficient signing request balance to perform this action."}

404

{"error":"IP does not match with the registered IP."}

405

{"error":"No API plan found for this API Key."}

407

{"error":"Sorry your payment is not verified."}

408

{"error":"You have exceeded your daily limit."}

410

{"error":"URL is not authorized."}

411

{"error":"This features does not exist in your plan."}

420

{"error":"Invalid Request key."}

421

{"error":"You are not authorized."}

Method POST
URL https://api.esignly.com/v1/deleteRecipent/
Type Params Required Values
POST api_key Y

string

POST signature_request_id Y

string

POST signature_id Y

string

api_key must be sent with all client requests. The api_key helps the server to validate the request source.

Response (JSON)

Status Response
200

{"has_error": false, "error_details": "", "test_mode": 0 OR 1, "delete_recipient_request": {"signature_request_id": "f14ddedadb0856ce47ebddd799897f5e", "response": [{"signature_id": "300725712", "is_deleted": 1 } ] } } auth_key (string) - all further API calls must have this key in header

auth_key (string) - all further API calls must have this key in header

401

{"error":Invalid API Key."}

402

{"error":"All API request are exhausted."}

403

{"error":You do not have sufficient signing request balance to perform this action."}

404

{"error":"IP does not match with the registered IP."}

405

{"error":"No API plan found for this API Key."}

407

{"error":"Sorry your payment is not verified."}

408

{"error":"You have exceeded your daily limit."}

410

{"error":"URL is not authorized."}

411

{"error":"This features does not exist in your plan."}

420

{"error":"Invalid Request key."}

Method POST
URL https://api.esignly.com/v1/editRecipient/
Type Params Required Values
POST api_key Y

string

POST signature_request_id Y

string

POST signer_email_old[0] Y

array

POST signer_email_new[0] Y

array

api_key must be sent with all client requests. The api_key helps the server to validate the request source.

Response (JSON)

Status Response
200

{{"has_error": false, "error_details": "", "test_mode": 0 OR 1, "edit_recipient_request": {"signature_request_id": "7807fbca5d2faf3c4646d3e354054971", "response": [{"status": "Email id is updated successfully"} ] } } auth_key (string) - all further API calls must have this key in header

auth_key (string) - all further API calls must have this key in header

401

{"error":Invalid API Key."}

402

{"error":"All API request are exhausted."}

403

{"error":You do not have sufficient signing request balance to perform this action."}

404

{"error":"IP does not match with the registered IP."}

405

{"error":"No API plan found for this API Key."}

407

{"error":"Sorry your payment is not verified."}

408

{"error":"You have exceeded your daily limit."}

410

{"error":"URL is not authorized."}

411

{"error":"This features does not exist in your plan."}

412

{"error":"Recipient array are not validated."}

420

{"error":"Invalid Request key."}

423

{"error":"Invalid Email."}

Method POST
URL https://api.esignly.com/v1/addMoreRecipient/
Type Params Required Values
POST api_key Y

string

POST signature_request_id Y

string

POST signer_role Y

array() {signer_role[0],signer_role[1]}...

POST signer_email Y

array() {signer_email[0],signer_email[1]...}

api_key must be sent with all client requests. The api_key helps the server to validate the request source.

Response (JSON)

Status Response
200

{{"has_error": false, "error_details": "", "test_mode": 1, "add_more_recipients": [{"status": "Signing request sent successfully"} ] } auth_key (string) - all further API calls must have this key in header

auth_key (string) - all further API calls must have this key in header

401

{"error":Invalid API Key."}

402

{"error":"All API request are exhausted."}

403

{"error":You do not have sufficient signing request balance to perform this action."}

404

{"error":"IP does not match with the registered IP."}

405

{"error":"No API plan found for this API Key."}

407

{"error":"Sorry your payment is not verified."}

408

{"error":"You have exceeded your daily limit."}

410

{"error":"URL is not authorized."}

411

{"error":"This features does not exist in your plan."}

420

{"error":"Invalid Request key."}

422

{"error":"You are not authorized."}

423

{"error":"Invalid Email."}

426

{"error":"Invalid Request."}

Method POST
URL https://api.esignly.com/v1/getServiceBalance/
Type Params Required Values
POST api_key Y

string

POST signature_request_id Y

string

POST signer_role Y

array() {signer_role[0],signer_role[1]}...

POST signer_email Y

array() {signer_email[0],signer_email[1]...}

api_key must be sent with all client requests. The api_key helps the server to validate the request source.

Response (JSON)

Status Response
200

{{"has_error": false, "error_details": "", "test_mode": 1, "add_more_recipients": [{"status": "Signing request sent successfully"} ] } auth_key (string) - all further API calls must have this key in header

auth_key (string) - all further API calls must have this key in header

401

{"error":Invalid API Key."}

402

{"error":"All API request are exhausted."}

403

{"error":You do not have sufficient signing request balance to perform this action."}

404

{"error":"IP does not match with the registered IP."}

405

{"error":"No API plan found for this API Key."}

407

{"error":"Sorry your payment is not verified."}

408

{"error":"You have exceeded your daily limit."}

410

{"error":"URL is not authorized."}

411

{"error":"This features does not exist in your plan."}

420

{"error":"Invalid Request key."}

422

{"error":"You are not authorized."}

423

{"error":"Invalid Email."}

426

{"error":"Invalid Request."}

Method POST
URL https://api.esignly.com/v1/checkSignStatus/
Type Params Required Values
POST api_key Y

string

POST signature_request_id Y

string

api_key must be sent with all client requests. The api_key helps the server to validate the request source.

Response (JSON)

Status Response
200

{"has_error": false, "test_mode": 0 OR 1, "signature_request": {"is_complete": false, "requester_email_address": "rajesh.c@cisinlabs.com", "signature_request_id": "7807fbca5d2faf3c4646d3e354054971", }, "signatures": [{"signature_id": "300725712", "signer_email_address": "amit.n@cisinlabs.com", "signer_name": "", "status_code": "SENT", "date": null, "system_details": null }, {"signature_id": "900172008", "signer_email_address": "rajesh@gmail.com", "signer_name": "", "status_code": "SENT", "date": null, "system_details": null } ] } auth_key (string) - all further API calls must have this key in header

auth_key (string) - all further API calls must have this key in header

401

{"error":Invalid API Key."}

402

{"error":"All API request are exhausted."}

403

{"error":You do not have sufficient signing request balance to perform this action."}

404

{"error":"IP does not match with the registered IP."}

405

{"error":"No API plan found for this API Key."}

407

{"error":"Sorry your payment is not verified."}

408

{"error":"You have exceeded your daily limit."}

410

{"error":"URL is not authorized."}

411

{"error":"This features does not exist in your plan."}

420

{"error":"Invalid Request key."}

Method POST
URL https://api.esignly.com/v1/createSignRequest/
Type Params Required Values
POST api_key Y

string

POST template_key Y

string

POST signer_role Y

array() {signer_role[0],signer_role[1]}...

POST signer_email Y

array() {signer_email[0],signer_email[1]...}

POST title Y

string

POST subject Y

string

POST message Y

string

POST is_chaining N

int(0 or 1 )

POST is_ignored N

int(0 or 1 )

POST is_notify N

int(0 or 1 )

POST is_attachment_allow N

int(0 or 1 )

POST is_attachment_required N

int(0 or 1 )

POST attachment_doc_type N

array('pdf','doc','jpg' ....)

POST dynamic_key(name of your dynamic key) N

value (string)

api_key must be sent with all client requests. The api_key helps the server to validate the request source.

Response (JSON)

Status Response
200

{"has_error":, "test_mode":0 OR 1, "signature_request": {"details_url":

auth_key (string) - all further API calls must have this key in header

401

{"error":Invalid API Key."}

402

{"error":"All API request are exhausted."}

403

{"error":You do not have sufficient signing request balance to perform this action."}

404

{"error":"IP does not match with the registered IP."}

405

{"error":"No API plan found for this API Key."}

407

{"error":"Sorry your payment is not verified."}

408

{"error":"You have exceeded your daily limit."}

410

{"error":"URL is not authorized."}

411

{"error":"This features does not exist in your plan."}

422

{"error":"You are not authorized."}

424

{"error":"Template do not satisfy the given properties in request."}

Method POST
URL https://api.esignly.com/v1/createInPersonSignRequest/
Type Params Required Values
POST api_key Y

string

POST template_key Y

string

api_key must be sent with all client requests. The api_key helps the server to validate the request source.

Response (JSON)

Status Response
200

{"has_error": false, "error_details": "", "test_mode": 1, "inperson_signing": {"inperson_link": "https:\/\/www.localhost.com\/request\/inPersonSigning?request=4973ca0907d45060aa1b1a3731f8a671", "inperson_key": "4973ca0907d45060aa1b1a3731f8a671"} }

401

{"error":Invalid API Key."}

402

{"error":"All API request are exhausted."}

403

{"error":You do not have sufficient signing request balance to perform this action."}

404

{"error":"IP does not match with the registered IP."}

405

{"error":"No API plan found for this API Key."}

407

{"error":"Sorry your payment is not verified."}

408

{"error":"You have exceeded your daily limit."}

410

{"error":"URL is not authorized."}

411

{"error":"This features does not exist in your plan."}

422

{"error":"You are not authorized."}

Method POST
URL https://api.esignly.com/v1/getTemplateProperty/
Type Params Required Values
POST api_key Y

string

POST template_key Y

string

api_key must be sent with all client requests. The api_key helps the server to validate the request source.

Response (JSON)

Status Response
200

{"has_error": false, "test_mode": 1, "error_details": "Success", "templates": {"account_key": "460736320", "email_address": "rajesh.c@cisinlabs.com", "title": "test key", "template_key": "bce8d9d924d856532005c56021ec74ca", "fields": [{"is_dynamic": "1", "dynamic_key": "textbox_33L4Fl", "dynamic_label": "textbox1", "field_type": "textbox", "position": {"top": 104.5, "left": 58.5 }, "width": 100, "height": 40, "font_size": "", "required": "1"}, {"is_dynamic": "1", "dynamic_key": "checkbox_TLzcqu", "dynamic_label": "checkbox2", "field_type": "checkbox", "position": {"top": 124.5, "left": 355.5 }, "width": 30, "height": 30, "font_size": "", "required": "1"}, {"is_dynamic": "1", "dynamic_key": "signdate_1xxnaf", "dynamic_label": "signdate3", "field_type": "signdate", "position": {"top": 133.5, "left": 561 }, "width": 120, "height": 30, "font_size": "", "required": "1"}, {"is_dynamic": "0", "dynamic_key": "", "dynamic_label": "", "field_type": "sign", "position": {"top": 34.5, "left": 52.5 }, "width": 100, "height": 40, "font_size": "", "required": "1"}, {"is_dynamic": "0", "dynamic_key": "", "dynamic_label": "", "field_type": "sign", "position": {"top": 46.5, "left": 418.5 }, "width": 100, "height": 40, "font_size": "", "required": "1"} ], "signer_roles": [{"name": "Manager"}, {"name": "client"} ] } } auth_key (string) - all further API calls must have this key in header

auth_key (string) - all further API calls must have this key in header

401

{"error":Invalid API Key."}

402

{"error":"All API request are exhausted."}

403

{"error":You do not have sufficient signing request balance to perform this action."}

404

{"error":"IP does not match with the registered IP."}

405

{"error":"No API plan found for this API Key."}

407

{"error":"Sorry your payment is not verified."}

408

{"error":"You have exceeded your daily limit."}

410

{"error":"URL is not authorized."}

411

{"error":"This features does not exist in your plan."}

Method POST
URL https://api.esignly.com/v1/downloadDoc/
Type Params Required Values
POST api_key Y

string

POST signature_request_id Y

string

api_key must be sent with all client requests. The api_key helps the server to validate the request source.

Response (JSON)

Status Response
200

{"has_error": false, "error_details": "", "test_mode": 0 OR 1, "download_docs": {"file_url": "location to read the file"} } auth_key (string) - all further API calls must have this key in header

auth_key (string) - all further API calls must have this key in header

401

{"error":Invalid API Key."}

402

{"error":"All API request are exhausted."}

403

{"error":You do not have sufficient signing request balance to perform this action."}

404

{"error":"IP does not match with the registered IP."}

405

{"error":"No API plan found for this API Key."}

407

{"error":"Sorry your payment is not verified."}

408

{"error":"You have exceeded your daily limit."}

410

{"error":"URL is not authorized."}

411

{"error":"This features does not exist in your plan."}

Method POST
URL https://api.esignly.com/v1/sendDocs/
Type Params Required Values
POST api_key Y

string

POST signature_request_id Y

string

POST email Y

array() {email[0],email[1]...}

api_key must be sent with all client requests. The api_key helps the server to validate the request source.

Response (JSON)

Status Response
200

{"has_error": false, "error_details": "", "test_mode": 1, "send_docs": [{"status": "docs sent successfully"} ] } auth_key (string) - all further API calls must have this key in header

auth_key (string) - all further API calls must have this key in header

401

{"error":Invalid API Key."}

402

{"error":"All API request are exhausted."}

403

{"error":You do not have sufficient signing request balance to perform this action."}

404

{"error":"IP does not match with the registered IP."}

405

{"error":"No API plan found for this API Key."}

407

{"error":"Sorry your payment is not verified."}

408

{"error":"You have exceeded your daily limit."}

410

{"error":"URL is not authorized."}

411

{"error":"This features does not exist in your plan."}

420

{"error":"Invalid Request Key."}

422

{"error":"You are not authorized."}

423

{"error":"Invalid Email."}

426

{"error":"Invalid Request."}

Method POST
URL https://api.esignly.com/v1/listSignRequest/
Type Params Required Values
POST api_key Y

string

POST page Y

string(0,1,2... as per no of pages)

POST result_per_page Y

5,10,20,50

api_key must be sent with all client requests. The api_key helps the server to validate the request source.

Response (JSON)

Status Response
200

{"has_error": false, "error_details": "", "test_mode": 1, "sign_list": {"page": "1", "num_pages": 1, "num_results": 2, "page_size": 10, "signature_requests": [{"title": "test by api", "is_complete": false, "requester_email_address": "rajesh.c@cisinlabs.com", "signature_request_id": "20838273fd70f3b2ff503bca8732a9b1", "message": "my message", "signature": [{"signature_id": "460736320", "signer_email_address": "test@gmail.com", "signer_name": "test", "status_code": "COMPLETED", "date": "2015-11-04 17:05:17", "system_details": "{\"ip\":\"127.0.0.1\",\"user_agent\":\"Mozilla\\/5.0 (X11; Ubuntu; Linux x86_64; rv:40.0) Gecko\\/20100101 Firefox\\/40.0\"}"}, {"signature_id": "443428409", "signer_email_address": "nilesh@gmail.com", "signer_name": "", "status_code": "SENT", "date": null, "system_details": null } ] }, {"title": "test by api", "is_complete": false, "requester_email_address": "rajesh.c@cisinlabs.com", "signature_request_id": "9295b5a07d38f37df40281f54f017110", "message": "my message", "signature": [{"signature_id": "460736320", "signer_email_address": "test@gmail.com", "signer_name": "test", "status_code": "SENT", "date": null, "system_details": null }, {"signature_id": "443428409", "signer_email_address": "nilesh@gmail.com", "signer_name": "", "status_code": "SENT", "date": null, "system_details": null } ] } ] } } auth_key (string) - all further API calls must have this key in header

auth_key (string) - all further API calls must have this key in header

401

{"error":Invalid API Key."}

402

{"error":"All API request are exhausted."}

403

{"error":You do not have sufficient signing request balance to perform this action."}

404

{"error":"IP does not match with the registered IP."}

405

{"error":"No API plan found for this API Key."}

407

{"error":"Sorry your payment is not verified."}

408

{"error":"You have exceeded your daily limit."}

410

{"error":"URL is not authorized."}

411

{"error":"This features does not exist in your plan."}

422

{"error":"You are not authorized."}

426

{"error":"Invalid Request."}

430

{"error":"No records found."}

431

{"error":"result_per_page limit exceed."}

Method POST
URL https://api.esignly.com/v1/sendReminder/
Type Params Required Values
POST api_key Y

string

POST signature_request_id Y

string

POST email Y

string

api_key must be sent with all client requests. The api_key helps the server to validate the request source.

Response (JSON)

Status Response
200

{"has_error": false, "error_details": "", "test_mode": 1, "sendReminder": [{"status": "Reminder sent successfully"} ] } auth_key (string) - all further API calls must have this key in header

auth_key (string) - all further API calls must have this key in header

401

{"error":Invalid API Key."}

402

{"error":"All API request are exhausted."}

403

{"error":You do not have sufficient signing request balance to perform this action."}

404

{"error":"IP does not match with the registered IP."}

405

{"error":"No API plan found for this API Key."}

407

{"error":"Sorry your payment is not verified."}

408

{"error":"You have exceeded your daily limit."}

410

{"error":"URL is not authorized."}

411

{"error":"This features does not exist in your plan."}

420

{"error":"Invalid Request Key."}

422

{"error":"You are not authorized."}

423

{"error":"Invalid email."}

426

{"error":"Invalid Request."}

Method POST
URL https://api.esignly.com/v1/listTemplate/
Type Params Required Values
POST api_key Y

string

POST page Y

string(0,1,2..)

POST result_per_page Y

5,10,20,50

api_key must be sent with all client requests. The api_key helps the server to validate the request source.

Response (JSON)

Status Response
200

{"has_error": false, "error_details": "", "test_mode": 1, "template_list": {"page": 1, "num_pages": 1, "num_results": 3, "page_size": 10, "templates": [{"tempalate_key": "73510bf2e1219639fb607d11f3dff83f", "title": "temp test", "message": "template description", "signer_roles": [{"name": "client"}, {"name": "manager"} ] }, {"tempalate_key": "12fa2c13d2f4923eeb254e49b4453d7f", "title": "csv format", "message": "my template subject", "signer_roles": [{"name": "client"}, {"name": "manager"} ] } ] } } auth_key (string) - all further API calls must have this key in header

auth_key (string) - all further API calls must have this key in header

401

{"error":Invalid API Key."}

402

{"error":"All API request are exhausted."}

404

{"error":"IP does not match with the registered IP."}

405

{"error":"No API plan found for this API Key."}

407

{"error":"Sorry your payment is not verified."}

408

{"error":"You have exceeded your daily limit."}

410

{"error":"URL is not authorized."}

411

{"error":"This features does not exist in your plan."}

422

{"error":"You are not authorized."}

426

{"error":"Invalid Request."}

430

{"error":"No records found."}

431

{"error":"result_per_page limit exceed."}

Method POST
URL https://api.esignly.com/v1/delTemplate/
Type Params Required Values
POST api_key Y

string

POST template_key Y

string

api_key must be sent with all client requests. The api_key helps the server to validate the request source.

Response (JSON)

Status Response
200

{"has_error": false, "error_details": "", "test_mode": 1, "del_template": [{"status": "Template deleted successfully"} ] } auth_key (string) - all further API calls must have this key in header

auth_key (string) - all further API calls must have this key in header

401

{"error":Invalid API Key."}

402

{"error":"All API request are exhausted."}

404

{"error":"IP does not match with the registered IP."}

405

{"error":"No API plan found for this API Key."}

407

{"error":"Sorry your payment is not verified."}

408

{"error":"You have exceeded your daily limit."}

410

{"error":"URL is not authorized."}

411

{"error":"This features does not exist in your plan."}

422

{"error":"You are not authorized."}

426

{"error":"Invalid Request."}

Method POST
URL https://api.esignly.com/v1/getAccount/
Type Params Required Values
POST api_key Y

string

api_key must be sent with all client requests. The api_key helps the server to validate the request source.

Response (JSON)

Status Response
200

{"has_error": false, "error_details": "", "test_mode": 1, "user_account": [{"account_id": "460736320", "email": "test@gmail.com", "is_paid": true, "quotas": {"total_template_balance": "unlimited", "total_signing_balance": "unlimited"}, "plan": {"name": "10signing request 5 templates 15 status api hits within a day.", "plan_type": "monthly", "amount": "$ 39.00", "features": [{"title": "api_doc_signing"}, {"title": "api_signing"}, {"title": "api_signing_status"}, {"title": "get_template_data"}, {"title": "api_service_balance"}, {"title": "api_cancel_signing_request"}, {"title": "api_delete_recipient_request"}, {"title": "api_delete_signing_request"}, {"title": "api_edit_recipient_request"}, {"title": "api_user_balance_request"} ] } } ] } auth_key (string) - all further API calls must have this key in header

auth_key (string) - all further API calls must have this key in header

401

{"error":Invalid API Key."}

402

{"error":"All API request are exhausted."}

404

{"error":"IP does not match with the registered IP."}

405

{"error":"No API plan found for this API Key."}

407

{"error":"Sorry your payment is not verified."}

408

{"error":"You have exceeded your daily limit."}

410

{"error":"URL is not authorized."}

411

{"error":"This features does not exist in your plan."}

422

{"error":"You are not authorized."}

426

{"error":"Invalid Request."}

Method POST
URL https://api.esignly.com/v1/verifyDocument/
Type Params Params Values
POST api_key Y

string

POST user_pdf_file Optional

string (file path)

POST doc_hash_key Optional

string

api_key must be sent with all client requests. The api_key helps the server to validate the request source.

Response (JSON)

Status Response
200

{"has_error": false, "error_details": "", "test_mode": 1, "verify_document": [{"status": "Document is enforced by eSignly"} ] } auth_key (string) - all further API calls must have this key in header

auth_key (string) - all further API calls must have this key in header

401

{"error":Invalid API Key."}

402

{"error":"All API request are exhausted."}

404

{"error":"IP does not match with the registered IP."}

405

{"error":"No API plan found for this API Key."}

407

{"error":"Sorry your payment is not verified."}

408

{"error":"You have exceeded your daily limit."}

410

{"error":"URL is not authorized."}

411

{"error":"This features does not exist in your plan."}

422

{"error":"You are not authorized."}

426

{"error":"Invalid Request."}

Our Certification And Compliance

pci

PCI DSS certification

Payment Card Industry Data Security Standard

fda

21 CFR Part 11

Guarantees full compliance with 21 CFR Part 11

gdpr

GDPR compliance

General Data Protection Regulation

hipaa

HIPAA compliance

Health Insurance Portability and Accountability Act

aicpa

SOC 2 Type II Certified

System and Organization Controls (Type II)

iso

ISO 27001

ISO 27001 Certified

Electronic Signature

  • Revolutionizing Communication: The Impact of Online Faxing on Your Company's Efficiency and Success

    BY esignly
    It�s now possible to send and receive information in real-time wherever you are as long as you have Internet access. There�s no longer the need to be at a particular place as you wait to receive your fax in print form.Any business canuse online faxto make their services more efficient.This is how online faxing can change the way your business communicates:1. It Supports Paperless CommunicationProper communication is a vital tool for any business that wants to succeed. Paper communicati....

    Unlocking Efficiency and Security: The Necessity of Implementing Electronic Signature Software for Companies

    BY esignly
    If you don't think a lot about electronic signature, here is an ideal spot to find out with regards to them and the Benefits of Electronic Signatures that accompanies marking a record on the web.You most likely may have run over a few meanings of electronicsignature. Be that as it may, how about we center around one and the most direct one. An electronic signature is an electronic type of information that can be utilized to execute signature on electronic reports or records. This kind of signat....
  • Maximizing Form Efficiency for Education: The Power of Prosolution and eSignatures

    BY esignly
    In May, the UK education department announced that the annual review of the pupil premium would be brought forward.This means that schools will see an average loss of PS600,000.0 in pupil-premium funding.This not only affects the quality of teaching educators can offer, but it also means that educators will seek out reactive ways to make up the funding gap.We aren't saying that electronic signatures could completely eliminate the negative effects of tight ....

    Revolutionizing Document Signing: How Clients Can Easily Review and E-Sign Using Their Smartphones

    BY esignly
    The invention of a digital signature is one of the most significant innovations of the past decade. Because the entire world became a global village, and later a global street, it was essential. These tools can be used by many websites and software development companies to create remote signatures.Is Electronic Signature Safe? The security of the signing individual is the first question. Is there any ....
  • Revolutionize Your Document Signing Process with Bulk Digital Signatures: The Power of E-Signature Software

    BY esignly
    In today's digital age, businesses and organizations are looking for ways to streamline their processes and become more efficient. One of the ways they are doing this is by adopting electronic signature (e-signature) software, which allows them to sign and manage documents electronically. E-signature software has revolutionized the way businesses handle their paperwork, making it faster and more secure than traditional paper-based processes.However, when it comes to signing multiple documents a....

    Revolutionize Your Construction Productivity with eSignature: The Ultimate Solution for Streamlined Workflows

    BY esignly
    Paperwork Is a Crucial Aspect of Any Business, and It Can Be Tedious. Electronic signatures are more effective and reduce risks. A construction company can securely sign critical business documents like cost estimates, purchase orders, and employment forms using the online eSignature service.Higher Returns, Lower Expenses The speed of electronic contracts being transferred and the ease of signing them are real benefits.&nbs....