Authorizations
API key must be provided in the Authorization header as Bearer YOUR_API_KEY.
Body
application/json
The webhook URL to update (required to identify which webhook to update).
Example:
"https://example.com/mywebhook"
Update the webhook type.
Available options:
message, all Example:
"all"
Update the expiration timestamp. Use null or -1 for no expiration.
Example:
-1
Set to true to deprecate (disable) the webhook, or false to reactivate it.
Example:
false

