v2
latestOpenAPI 3.1.02026-08-064686150.6 KBWebhooks
List supported webhook event types
Returns the event types a webhook config can subscribe to, in envelope lifecycle order. To subscribe to all of them - including event types introduced in the future - send ["AllEvents"] as the config's events instead of an explicit list.
get/webhooks/configs/event-types
Response
OK
Example response
{
"eventTypes": [
"EnvelopeCreated",
"EnvelopeSentForSignature",
"EnvelopeSigningCompleted"
]
}