Skip to main content
POST
Create webhook

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required
Maximum string length: 100
url
string<uri>
required
Maximum string length: 500
method
enum<string>
required
Available options:
POST,
GET,
PUT,
PATCH
secret
string | null
Maximum string length: 500
headers
object[] | null
timeout
integer
Required range: 1 <= x <= 120
retry_attempts
integer
Required range: 0 <= x <= 10
verify_ssl
boolean
is_active
boolean

Response

WebhookResource

data
WebhookResource · object
required
success
boolean
required
code
integer
required
message
string
required
Allowed value: "Webhook created successfully."