Update Webhook
Webhooks
Update Webhook
Update a webhook’s events or scope. The targetUrl cannot be changed and is ignored if sent; the handshake is repeated against the existing URL to confirm it is still reachable. Send X-Skip-Handshake: 1 to skip it.
PUT
Update Webhook
Authorizations
Path Parameters
Webhook ID
Example:
280382
Body
application/json
Replacement list of events. targetUrl and scope cannot be changed after creation.
Example:
Response
OK
Webhook ID
Example:
12345
Example:
"https://some-secure-endpoint.com/path"
Example:
Datetime when webhook was created (format: Y-m-d H:i:s)
Example:
"2018-03-05 16:17:14"
Datetime when webhook was last used (format: Y-m-d H:i:s)
Example:
"2018-03-05 20:01:58"
You can receive events only for specific project
Example:
"ev:12345657890"
Example:
true
