Qualified Electronic Signature Webhooks

This page sets out the possible webhook notifications for Qualified Electronic Signature.

Tip
To view all example notifications, in the sandbox header, click:
More information
For how to set up webhooks, see Webhooks.

Path Params
string
required

Our unique identifier for the signature.
Format: GUID 128-bit text string
Example: a1b2c3d4-e5f6-g7h8-i9j0-k1l2m3n4o5p6

Body Params
string
required

Our unique identifier for the signature.
Format: GUID 128-bit text string
Example: a1b2c3d4-e5f6-g7h8-i9j0-k1l2m3n4o5p6
Validations: GUID format, signatureId exists
Errors: Format is incorrect or doesn’t exist.

string
required

The signature status.
Validation: Valid enum value
Errors: Invalid enum value.

integer

The status code.
Validation: Integer between 0 and 6000
Errors: Value must be an integer between 0 and 6000

errors
array of objects

Information about any errors.

errors
Headers
string
required

Your Basic or Bearer access token.
The examples we’ve provided show Bearer.

More information: Webhooks – Specify authentication method

Response

Language
Credentials
OAuth2
Choose an example:
application/json