Skip to main content
GET
Get All Webhooks

Authorizations

X-Api-Key
string
header
required

Response

OK

id
number
required

Webhook ID

Example:

12345

targetUrl
string
required
Example:

"https://some-secure-endpoint.com/path"

events
string[]
required
Example:
createdAt
string
required

Datetime when webhook was created (format: Y-m-d H:i:s)

Example:

"2018-03-05 16:17:14"

lastUsedAt
string
required

Datetime when webhook was last used (format: Y-m-d H:i:s)

Example:

"2018-03-05 20:01:58"

project
string | null

You can receive events only for specific project

Example:

"ev:12345657890"

active
boolean
Example:

true