Skip to main content

Get webhooks

Get a list of webhooks for this realm

Path Parameters
  • realm string required

    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...