API Reference

Register an Endpoint

Generate a webhook endpoint for your application. The specified url will receive ALL events. If you want to define a more granular specification, use our dashboard portal under account/settings in docupanda website.

Body Params
string
required

The URL of the webhook endpoint

subscribedEvents
array of strings

The events to subscribe to, if not specified, all events will be sent to the endpoint

Subscribedevents
Responses

Response body
object
string
required

The ID which identifies the endpoint

Language
Credentials