Skip to main content
POST
Create Webhook

Headers

x-api-key
string
required

YOUR-API-KEY

Example:

"demo"

Body

application/json
webhook_name
string
required

Name of the webhook

webhook_url
string
required

URL of the webhook

data_source
string
required

Data source the webhook subscribe to

filters
object[]

Filter Object

additional_headers
object[]

Additional headers would be added into the webhook POST when push message is matched.

Response

200

code
integer
default:0
Example:

0

msg
string
Example:

"create job success"

data
object