Webhooks
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"
]
}Changes
Changed in 1 of the 6 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○