Base URL: https://api.ofauth.com/v2/access/proxy
Authentication
| Header | Required | Notes |
|---|
apikey | Yes | API key from the OFAuth dashboard |
Use OFAuth’s Link API connection ID for automatic session management.The connection ID obtained from Link API authentication
Status Codes
| Code | Description |
|---|
200 | Request successful - response from OnlyFans API |
400 | Bad request - invalid parameters or path |
401 | Unauthorized - invalid API key or expired session |
429 | Rate limit exceeded |
500 | Internal server error |
502 | Bad gateway - proxy or OnlyFans API error |
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.