Request
Body Params application / json
{
"insecure_ssl": false,
"options": {},
"signature": "01234567-abcd-dcba-ffff-000000000000",
"url": "string",
"events": [
"*"
]
}
Request Code Samples
curl --location --request POST '/entities/Webhooks' \
--header 'Content-Type: application / json' \
--data-raw '{
"insecure_ssl": false,
"options": {},
"signature": "01234567-abcd-dcba-ffff-000000000000",
"url": "string",
"events": [
"*"
]
}'
Responses
application/json
Creation confirmation. Returns created Webhook
{
"success": true,
"data": {
"is_delete_protected": false,
"id": "01234567-abcd-dcba-ffff-000000000000",
"is_deleted": false,
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"application": "http://example.com",
"client": "http://example.com",
"application_id": "01234567-abcd-dcba-ffff-000000000000",
"client_id": "01234567-abcd-dcba-ffff-000000000000",
"insecure_ssl": false,
"options": {},
"signature": "01234567-abcd-dcba-ffff-000000000000",
"url": "string",
"events": [
"*"
]
}
}
Modified at 2025-08-27 11:50:59