Skip to main content

Create a signature reference

POST 

https://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

Body

Signature reference params

    fields

    object[]

    The fields defining the signature reference

  • Array [

  • 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

Signature reference response

Schema

    document_signatures json

    The document signatures

    id string
    managed_by string

    The tenant ID

    signature_fields json

    The fields defining the signature reference

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"
}
]
}'
Request Collapse all
Base URL
https://sandbox-api.brifle.de
Auth
Parameters
— pathrequired
Body
{
  "fields": [
    {
      "name": "string",
      "purpose": "string",
      "role": "string"
    }
  ]
}
ResponseClear

Click the Send API Request button above and see the response here!