Create a signature reference
POST/v1/signature/:tenant_id/reference
Create a signature reference
Request
Path Parameters
tenant_id stringrequired
The tenant ID
Example: b0440b80-0857-43e9-8f13-723c8eb6a39c
- application/json
Body
Signature reference params
Array [
]
fields
object[]
The fields defining the signature reference
name stringrequired
The name of the field
purpose string
The purpose of the field
role string
The role of the signer of the field
Responses
- 200
Signature reference response
- application/json
- Schema
- Example (from schema)
Schema
document_signatures json
The document signatures
id string
managed_by string
The tenant ID
signature_fields json
The fields defining the signature reference
{
"document_signatures": "string",
"id": "string",
"managed_by": "string",
"signature_fields": "string"
}
Loading...