Create a signature reference
POSThttps://sandbox-api.brifle.de/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
fields
object[]
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"
}
- curl
- python
- go
- nodejs
- ruby
- php
- java
- CURL
curl -L 'https://sandbox-api.brifle.de/v1/signature/:tenant_id/reference' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-d '{
"fields": [
{
"name": "string",
"purpose": "string",
"role": "string"
}
]
}'
ResponseClear