Create
POST
/webhooks/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/webhooks/' \
--header 'Authorization: Bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://webhook.receiver.com/test",
"status": "disabled",
"admin": "5523006f-7b7d-4879-9eda-62c500bbc52b",
"secret": "",
"is_active": false,
"event_ids": [179],
"max_attempts": 2,
"delay_sec": 15
}'
Response Response Example
{}
Request
Header Params
Authorization
string
required
Example:
Bearer {{access_token}}
Body Params application/json