Skip to main content

Get webhooks

GET 

/:realm/webhooks

Get a list of webhooks for this realm

Request

Path Parameters

    realm stringrequired

    realm name (not id!)

Responses

success

Schema

  • Array [

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

Loading...