Authorizations
Oauth 2.0 authentication
Body
One or more webhook objects.
The URL that is configured to listen on localhost for incoming POST notification messages that contain event information.
2048An array of events to which to subscribe your webhook. To subscribe to all events, including events as they are added, specify the asterisk wild card. To replace the event_types array, specify the asterisk wild card. To list all supported events, <a href="#event-type_list">list available events</a>.
500Response
A successful request returns the HTTP 201 Created status code and a JSON response body with a webhook object that includes the webhook ID for later use.
One or more webhook objects.
The URL that is configured to listen on localhost for incoming POST notification messages that contain event information.
2048An array of events to which to subscribe your webhook. To subscribe to all events, including events as they are added, specify the asterisk wild card. To replace the event_types array, specify the asterisk wild card. To list all supported events, <a href="#event-type_list">list available events</a>.
500The ID of the webhook.
An array of request-related HATEOAS links.