Skip to main content
POST
Create a new Customer signing

Authorizations

X-API-Key
string
header
required

API Key

Headers

IDEMPOTENCY-KEY
string
required

a UUID ensuring an Signing operation is only processed once

X-SUB-PARTNER-ID
string

Optional sub-partner UUID, if provided, the signing will be created under scope of the sub-partner

X-API-Version
string

Selects the API version for this request, as an ISO date (YYYY-MM-DD). Omit to use the default version (2025-03-13). Supported versions: 2025-03-13, 2026-07-01.

Path Parameters

id
string<uuid>
required

the ID of the Customer to create a Signing for

Body

application/json; charset=utf-8

Parameters required to create a new Signing

Params for Creating a Signing

signed
boolean
required

Explicit signing consent

content_id
string<uuid>

unique UUID of the content signed by Customer

Response

POST Signing Succeeded

Signing

A signing of a document by a customer

created_at
string<date-time>
required

created_at timestamp of Signing

customer_id
string<uuid>
required

unique UUID of the Customer who signed

id
string<uuid>
required

unique UUID of Signing

updated_at
string<date-time>
required

updated_at timestamp of Signing

content_id
string<uuid>

unique UUID of the content signed by Customer

document_id
string<uuid>

unique UUID of the Document signed by Customer (Soon to be deprecated, use content_id & content_type instead)