Retrieve a connection webhook
CRUD API for per-partner webhook subscriptions.
Scoped to the caller’s HQ account: a partner can only read and mutate
its own webhooks. hq_account_id is always derived from the
authenticated identity, never accepted from the request body.
Authorizations
OAuth 2.0 authentication.
Path Parameters
UUID of the connection webhook.
Response
The connection webhook.
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
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.