List webhooks
GET
/api/webhooks
Authorizations
bearerAuth
API token created via POST /api/tokens or the db:create-token CLI command
Type
HTTP (bearer)
Responses
User's webhooks (secrets excluded)
application/json
JSON
{
"data": {
"webhooks": [
{
"id": 0,
"user_id": 0,
"url": "string",
"events": [
"string"
],
"active": true,
"created_at": "string",
"updated_at": "string"
}
]
}
}
GET
/api/webhooks
