Webhook API
Update Webhook
Update webhook the account created before.
PATCH
/
webhooks
/
{webhook_id}
Headers
x-api-key
string
requiredYOUR-API-KEY
Path Parameters
webhook_id
string
requiredWebhook to be updated
Body
application/json
webhook_id
string
requiredThe ID of Webhook to be updated
webhook_name
string
Name of the webhook
webhook_url
string
URL of the webhook
filters
object[]
Filter object to filter message
additional_headers
object[]
Additional headers would be added into the webhook POST when push message is matched.
Response
200 - application/json
code
integer
default: 0msg
string
data
object