Skip to main content
GET
List Webhooks

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

List of webhooks

id
string
Example:

"webhook_12345abcde"

name
string
Example:

"CRM Integration"

url
string
Example:

"https://your-app.com/kakiyo/webhook"

events
string[]
Example:
active
boolean
Example:

true

lastSuccess
string<date-time>
Example:

"2023-06-15T10:30:00Z"

lastFailure
string<date-time>
Example:

null

successCount
integer
Example:

42

failureCount
integer
Example:

0

createdAt
string<date-time>
Example:

"2023-05-10T08:15:00Z"

Last modified on April 27, 2025