Esign
Package esign is a document out for signature, signed and filed with an audit trail.
Package esign is a document out for signature, signed and filed with an audit trail.
| Base URL | https://api.hanzo.ai |
| Operations | 13 |
| Auth | Authorization: Bearer $HANZO_API_KEY |
esign
get_v1_esign_documents_by_id_audit
GET /v1/esign/documents/{id}/audit
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | yes |
get_v1_esign_documents_by_id_download
GET /v1/esign/documents/{id}/download
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | yes |
post_v1_esign_documents_by_id_fields
POST /v1/esign/documents/{id}/fields
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | yes |
post_v1_esign_documents_by_id_recipients
POST /v1/esign/documents/{id}/recipients
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | yes |
post_v1_esign_documents_by_id_send
POST /v1/esign/documents/{id}/send
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | yes |
get_v1_esign_documents_by_id
GET /v1/esign/documents/{id}
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
id | path | string | yes |
get_v1_esign_documents
GET /v1/esign/documents
post_v1_esign_documents
POST /v1/esign/documents
get_v1_esign_health
GET /v1/esign/health
post_v1_esign_o_by_org_sign_by_token_complete
POST /v1/esign/o/{org}/sign/{token}/complete
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
org | path | string | yes | |
token | path | string | yes |
post_v1_esign_o_by_org_sign_by_token_fields_by_fieldid
POST /v1/esign/o/{org}/sign/{token}/fields/{fieldId}
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
org | path | string | yes | |
token | path | string | yes | |
fieldId | path | string | yes |
post_v1_esign_o_by_org_sign_by_token_reject
POST /v1/esign/o/{org}/sign/{token}/reject
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
org | path | string | yes | |
token | path | string | yes |
get_v1_esign_o_by_org_sign_by_token
GET /v1/esign/o/{org}/sign/{token}
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
org | path | string | yes | |
token | path | string | yes |
How is this guide?