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
- 200
- 404
success
- application/json
- Schema
- Example (from schema)
Schema
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"
]
}
Webhook doesn't exist