Retrieve the defined webhook
GET/webhook/fetch
Retrieve the defined webhook
Request
Responses
- 201
- application/json
- Schema
- Example (from schema)
Schema
url Urlrequired
enabled Enables or disables the instance-bound webhookrequired
Default value: false
events string[]required
{
"url": "string",
"enabled": false,
"events": [
"string"
]
}
Loading...