Skip to main content
path
string
required
The OnlyFans API path to proxy to. This can be any valid OnlyFans API endpoint path.Examples:
  • users/me - Get current user information
  • chats - Get chat conversations
  • users/12345/posts - Get posts for user 12345
  • subscriptions/subscribers - Get subscribers
Base URL: https://api.ofauth.com/v2/access/proxy

Authentication

All Access API requests require a connection. Pass the connection ID in the x-connection-id header alongside your API key.
apikey
string
required
Your OFAuth API key
x-connection-id
string
required
The connection ID from Link authentication or import

Status Codes

The specific response structure and status codes depend on the OnlyFans API endpoint being accessed. OFAuth passes through responses transparently while handling authentication and proxy management.

Rate Limits

Rate limits are applied per connection ID or session:
  • Standard: 60 requests/minute (burst: 90)
  • Scale: No OFAuth limits
OFAuth rate limits are separate from OnlyFans’ native rate limits. You may still encounter OnlyFans rate limiting even when within OFAuth limits.

Link API

Authenticate users and get connection IDs

Access Guide

Detailed guide with examples and best practices