Skip to main content
POST
Create Webhook

Authorizations

X-Api-Key
string
header
required

Body

application/json
targetUrl
string
required

URL that receives event POSTs.

Example:

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

events
string[]
required

Events you want to receive.

Example:
project
string | null

Restrict the subscription to a single project.

Example:

"ev:12345657890"

Response

Created

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