1. Start Signing Process
1. Once the quick set up is completed, invoke the below API.
GET
http://localhost:8080/v2/signature/start
Headers
Name | Value |
---|---|
Content-Type | multipart/form-data |
Body
Name | Type | Description |
---|---|---|
| null | null |
Response
Sample Curl Command
Invoke the URL obtained from the API response (as shown in the screenshot) in browser to obtain the sign identities and transaction id value. During this step users will be prompted to authorize and if the Application redirect URL has been configured the txId and signing Identity values will be returned as response header params. Otherwise in response body.
The transaction id remains valid for 10 mins.
Last updated