Event Types
| Event | Trigger |
|---|---|
connection.created | A new connection is established |
connection.updated | Connection details change, such as permissions after reconnection |
connection.expired | A connection expires naturally or is invalidated via API |
connection.disconnected | A connection is permanently removed from OFAuth via the delete API |
Payload Format
All connection events share the same general payload shape:connection.created
connection.updated
connection.expired
connection.expired when the connection record still exists and can be reconnected or renewed.
connection.disconnected
connection.disconnected when a connection is fully removed from OFAuth and can no longer be reconnected or renewed.