Connection Webhooks
Update a connection webhook
Update callback_url and/or pause/resume via is_active. event_type is immutable.
PATCH
Authorizations
OAuth 2.0 authentication.
Path Parameters
UUID of the connection webhook.
Body
application/json
Response
Updated.
Output serializer for GET / PATCH responses. Secret is never returned.
Unique webhook identifier (UUID).
The event type this webhook is subscribed to.
connection.expiry_scheduled- Expiry Scheduled
Available options:
connection.expiry_scheduled HTTPS URL that signed events are POSTed to.
Whether the webhook is active. Inactive webhooks do not receive events.
ISO 8601 timestamp when the webhook was created.
ISO 8601 timestamp when the webhook was last updated.