Skip to content
Start free in Cloud

List instance webhook events REST API

GET
/api/admin/webhooks/events
curl --request GET \
--url https://hitkeep.com/api/admin/webhooks/events \
--cookie hk_token=<hk_token>

Lists event types valid for this scope.

Event catalog

Media typeapplication/json
Array<object>
object
scopes
required
Array<string>
Allowed values: instance site
site_scoped
required
boolean
type
required
string
Example
[
{
"scopes": [
"instance"
]
}
]