Skip to main content

Create a new webhook

POST 

/:realm/webhooks

Create a new webhook

Request

Path Parameters

    realm stringrequired

    realm name (not id!)

Body

required

JSON body

    attributes object
    id string
    enabled boolean
    url string
    secret string
    createdBy string
    createdAt string
    realm string
    eventTypes string[]

Responses

Webhook created

Loading...