Skip to main content

Create webhook

Create a new webhook.

Request Body required
    body object
    url URL to send the webhook to (valid absolute URI via RFC 3986)
    description string
    subscribed_events string[]
    headers object
    property name* string
    state string
    metadata object
Responses

A successful response.


Schema
    webhook object
    id string
    description string
    url string
    subscribed_events string[]
    headers object
    property name* string
    secrets object[]
  • Array [
  • id string
    value string
  • ]
  • state string
    metadata object
    created_at date-time
    updated_at date-time
Loading...