Skip to main content

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.

System Events notify your server about OFAuth system-level changes that affect integrations, currently focused on Dynamic Rules updates.

Event Types

EventTrigger
rules.updatedDynamic 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.
Most integrations do not need rules.updated. If you use the Access API, OFAuth handles request signing for you.

Handling rules.updated

When you receive rules.updated:
  1. Refresh any cached signing rules.
  2. Re-sign subsequent direct OnlyFans API requests with the latest revision.
  3. Avoid polling for new rules unless your workflow explicitly requires it.

Dynamic Rules API

Direct signing, status checks, and request signing flows

Advanced Dynamic Rules Guide

Operational guidance for caching, retries, and webhook-driven refreshes