The Access API provides managed endpoints for common operations and proxy endpoints for any OnlyFans API path. OFAuth handles request signing, proxy routing, and session management so you don’t have to build that infrastructure yourself.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.
Managed endpoints are currently in beta. We may adjust request or response shapes, add or rename fields, or refine endpoint behavior as we gather feedback from users. If you need a lower-level escape hatch for unsupported or fast-moving upstream paths, use the proxy endpoints.
Access Guide
Complete guide with authentication, endpoints, media proxy, rate limiting, and troubleshooting
Quick Reference
| Type | Base URL | Use Case |
|---|---|---|
| Managed | /v2/access/* | Typed routes for users, posts, messages, vault |
| Proxy | /v2/access/proxy/* | Any OnlyFans API path |
Authentication
All Access API requests require a connection and an API key with theACCESS scope.
Proxy Endpoints
Passthrough to any OnlyFans path
Connections
Create, import, and manage connections
Permission Reference
| Permission | Grants Access To |
|---|---|
profile:read | Get current user profile |
profile:write | Update profile |
posts:read | List and get posts |
posts:write | Create, edit, delete posts |
messages:read | List chats and messages |
messages:write | Send messages |
subscribers:read | List subscribers |
subscribers:write | Update notes, apply discounts |
vault:read | Access vault media |
analytics:read | Access statistics and charts |
earnings:read | Access earnings data |
notifications:read | Access notifications |