signdoc
The signdoc API is used in the context of SEID-SDO electronic signing. For a quick-start, please refer to our Get started with electronic signing guide for electronic signing.
- 1 Overview
- 2 Upload sign order to SignDoc resource server
- 2.1 Request
- 2.2 Example request
- 2.3 Response
- 3 Check status of sign order
- 3.1 Request
- 3.2 Example request
- 3.3 Response
- 4 Delete sign order and download signing results
- 4.1 Request
- 4.2 Example request
- 4.3 Response
- 5 Additional examples of sign order upload requests to SignDoc resource server
Overview
URL |
|
|---|---|
Authorization | Access Token as Bearer Token in Authorization Header |
Upload sign order to SignDoc resource server
POST [signdoc-baseurl]/signdoc
Request
Headers
Key | Value |
|---|---|
Authorization | Bearer |
Content-Type | application/json |
Request body
Key | Type / Description | Example JSON | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| JSON object:
|
| ||||||||||||||||||||||||
| JSON array of documents to be signed (minimum one). The document to be signed is represented as a JSON object:
*Each document must provide a value for either "text", "pdf" or the pair "xml" and "xsl". |
| ||||||||||||||||||||||||
| JSON array of string. The string values will determine the content result when retrieving a completed sign order:
|
|