v2

latestOpenAPI 3.1.02026-08-064686150.6 KB
Webhooks

Create webhook config

post/webhooks/configs

Request body

urlstring required

The customer endpoint URL to deliver webhooks to

eventsstring[] required

List of event types to subscribe to, or ["AllEvents"] to subscribe to all supported event types including ones introduced in the future

Example request

{
  "url": "https://customer.example.com/webhook",
  "events": [
    "EnvelopeCreated",
    "EnvelopeSigningCompleted"
  ]
}

Response

Created

idstring uuid

Unique identifier

accountIdstring

Account identifier

applicationIdstring

Application identifier

urlstring

Endpoint URL

secretstring

Signing secret (returned on creation and when listing configs)

subscribedEventsstring[]

Subscribed event types, or ["AllEvents"] when subscribed to all

createdAtstring date-time

Creation timestamp

updatedAtstring date-time

Last update timestamp