Skip to content
Start free in Cloud

List instance webhooks REST API

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

Human dashboard session only.

Webhook list

Media typeapplication/json
Array<object>
object
created_at
required
string format: date-time
description
required
string
enabled
required
boolean
events
required
Array<string>
id
required
string format: uuid
name
required
string
scope
required
string
Allowed values: instance site
site_id
string | null format: uuid
updated_at
required
string format: date-time
url
required
string format: uri
Example
[
{
"scope": "instance"
}
]