Create a new Customer signing
This will create a signing for the customer, representing the legal consent to a specific Document. See The KYC/Compliance section of our documentation for more info.
Authorizations
API Key
Headers
a UUID ensuring an Signing operation is only processed once
Optional sub-partner UUID, if provided, the signing will be created under scope of the sub-partner
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
the ID of the Customer to create a Signing for
Body
Parameters required to create a new Signing
Response
POST Signing Succeeded
Signing
A signing of a document by a customer
created_at timestamp of Signing
unique UUID of the Customer who signed
unique UUID of Signing
updated_at timestamp of Signing
unique UUID of the content signed by Customer
unique UUID of the Document signed by Customer (Soon to be deprecated, use content_id & content_type instead)

