Get webhooks
GET/:realm/webhooks
Get a list of webhooks for this realm
Request
Path Parameters
realm stringrequired
realm name (not id!)
Responses
- 200
success
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
attributes object
id string
enabled boolean
url string
secret string
createdBy string
createdAt string
realm string
eventTypes string[]
[
{
"attributes": {},
"id": "string",
"enabled": true,
"url": "string",
"secret": "string",
"createdBy": "string",
"createdAt": "string",
"realm": "string",
"eventTypes": [
"string"
]
}
]