Skip to content

Commit 2f1f3e4

Browse files
Update versions
1 parent a32d4a2 commit 2f1f3e4

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

docs/API-Documentation/E-Sign.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Optionally, you can return the actual PDF file or just the file metadata.
1717
### **Endpoint**
1818

1919
````
20-
GET /files/{document_id}
20+
GET api/v1/documents
2121
````
2222

2323
### **Headers**
@@ -36,10 +36,10 @@ GET /files/{document_id}
3636
| `document_id` | string | ✅ Yes | Unique identifier of the document |
3737

3838

39-
### **Query Parameters**
39+
<!-- ### **Query Parameters**
4040
| Name | Type | Required | Default | Description |
4141
|-----|------|----------|---------|-------------|
42-
| `return_pdf` | boolean | ❌ No | `false` | If `true`, returns the PDF file; otherwise returns file metadata |
42+
| `return_pdf` | boolean | ❌ No | `false` | If `true`, returns the PDF file; otherwise returns file metadata | -->
4343

4444
### **Request Body**
4545
> _Not required_
@@ -81,7 +81,7 @@ Retrieve a list of all available files.
8181
### **Endpoint**
8282

8383
````
84-
GET /files/
84+
GET api/v1/documents/{document_id}
8585
````
8686

8787

@@ -166,7 +166,7 @@ Retrieve a list of all available document templates.
166166

167167

168168
````
169-
GET /templates
169+
GET api/v1/documents/templates
170170
````
171171

172172
### **Headers**
@@ -330,7 +330,7 @@ Retrieves a list of all document statuses.
330330
### **Endpoint**
331331

332332
````
333-
GET /documents/all-status
333+
GET api/v1/documents/all-status
334334
````
335335
---
336336

@@ -602,7 +602,7 @@ Retrieve the document status for an individual party using tracking, document, a
602602
### **Endpoint**
603603

604604
````
605-
GET /documents/party-status
605+
GET api/v1/documents/party-status
606606
````
607607

608608
### **Headers**
@@ -792,7 +792,7 @@ Resend the document access or signing link for an existing document using its do
792792
### **Endpoint**
793793

794794
````
795-
POST /documents/resend
795+
POST api/v1/documents/resend
796796
````
797797

798798
### **Headers**
@@ -874,7 +874,7 @@ Retrieve the final signed PDF document.
874874
### **Endpoint**
875875

876876
````
877-
GET /documents/signed-pdf
877+
GET api/v1/documents/signed-pdf
878878
````
879879
### **Headers**
880880
| Name | Type | Required | Description |
@@ -936,7 +936,7 @@ Retrieve the completion certificate for a fully processed document.
936936
### **Endpoint**
937937

938938
````
939-
GET /documents/complete-certificates
939+
GET api/v1/documents/complete-certificates
940940
````
941941

942942
### **Headers**
@@ -1001,7 +1001,7 @@ Log a document-related action such as cancellation, rejection, or other workflow
10011001
### **Endpoint**
10021002

10031003
````
1004-
POST /documents/log-action
1004+
POST api/v1/documents/log-action
10051005
````
10061006

10071007
---
@@ -1087,7 +1087,7 @@ Send a document to one or more parties for review or signing.
10871087

10881088

10891089
````
1090-
POST /documents/send
1090+
POST api/v1/documents/send
10911091
````
10921092

10931093
### **Headers**
@@ -1195,7 +1195,7 @@ Submit **signed field values** for a document by a specific party.
11951195

11961196
**Endpoint**
11971197
````
1198-
POST /documents/sign
1198+
POST api/v1/documents/sign
11991199
````
12001200

12011201
### **Headers**

0 commit comments

Comments
 (0)