Skip to main content

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

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

Loading...