Skip to main content

Overview

The Dynamic Rules API provides request signing for direct OnlyFans API calls. Most applications should use the Access API instead, which handles signing automatically. Use Dynamic Rules only when you need to:
  • Make direct OnlyFans API calls outside of OFAuth
  • Implement custom request handling
OnlyFans changes signing requirements frequently. If you use Dynamic Rules directly, implement retry logic and handle 503 responses gracefully.

Base URL

https://api.ofauth.com/v2/dynamic-rules

Endpoints

Sign Request

Generate a signature for a specific OnlyFans API request.
Request Body Response

Get Status

Check if the signing service is operational.
Response

Authentication

Subscribe to the rules.updated event in System Webhook Events to be notified when signing requirements change.

When to Use