Skip to main content

Get webhook by id

GET 

/:realm/webhooks/:webhookId

Get webhook by id

Request

Path Parameters

    realm stringrequired

    realm name (not id!)

    webhookId stringrequired

    webhook id

Responses

success

Schema

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