System Events notify your server about OFAuth system-level changes that affect integrations, currently focused on Dynamic Rules updates.Documentation Index
Fetch the complete documentation index at: https://docs.ofauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Event Types
| Event | Trigger |
|---|---|
rules.updated | Dynamic Rules signing requirements changed |
When To Use
Subscribe to System Events if you make direct OnlyFans API requests and need to react when signing requirements change.Handling rules.updated
When you receive rules.updated:
- Refresh any cached signing rules.
- Re-sign subsequent direct OnlyFans API requests with the latest revision.
- Avoid polling for new rules unless your workflow explicitly requires it.
Related References
Dynamic Rules API
Direct signing, status checks, and request signing flows
Advanced Dynamic Rules Guide
Operational guidance for caching, retries, and webhook-driven refreshes