Overview
Enterprise Whitelabel mode provides direct control over the OnlyFans authentication flow, enabling you to build fully custom login experiences within your own application. This includes:- Custom Authentication UI: Build your own login forms and authentication flows
- Direct Session Access: Receive raw session credentials for maximum flexibility
- Programmatic 2FA Handling: Full control over two-factor authentication flows
- Custom Proxy Configuration: Use your own proxy infrastructure if needed
Who Is This For?
Whitelabel mode is designed for enterprise partners who need:- Complete control over the authentication user experience
- Direct access to OnlyFans session credentials
- Integration with existing authentication infrastructure
- Custom security and compliance requirements
Most applications don’t need whitelabel mode. Our Hosted Mode and Link Embed provide excellent user experiences with minimal integration effort. Only pursue whitelabel if you have specific requirements that hosted solutions cannot meet.
Capabilities
| Feature | Description |
|---|---|
| Custom Login UI | Build authentication forms matching your brand |
| Raw Session Data | Receive OnlyFans session cookies and headers directly |
| 2FA Management | Handle app-based, SMS, and face verification flows |
| Proxy Support | Configure custom proxy URLs for authentication |
| Wait Mode | Long-polling support for synchronous authentication flows |
API Reference
Enterprise whitelabel endpoints are available at/v2/enterprise/link:
| Endpoint | Method | Purpose |
|---|---|---|
/v2/enterprise/link/init | POST | Initialize with whitelabel mode and raw session options |
/v2/enterprise/link/{clientSecret} | POST | Start programmatic login |
/v2/enterprise/link/{clientSecret} | GET | Poll session status |
/v2/enterprise/link/{clientSecret}/2fa/code | POST | Submit 2FA code |
/v2/enterprise/link/{clientSecret}/2fa/sms | PATCH | Request SMS 2FA code |
Security Requirements
Enterprise whitelabel integrations come with additional security responsibilities:- Credential Handling: You must implement secure credential collection and transmission
- Session Storage: Raw sessions must be encrypted at rest and in transit
- 2FA Security: Proper handling of all two-factor authentication methods
- Audit Logging: Comprehensive logging of authentication events
- Rate Limiting: Implementation of appropriate rate limits
Getting Started
1
Contact Our Team
Reach out to [email protected] with details about your use case, expected volume, and security practices.
2
Security Review
Our team will review your integration requirements and security posture.
3
Approval & Enablement
Once approved, we’ll enable whitelabel mode for your organization and provide implementation guidance.
4
Implementation Support
Our team provides dedicated support during your whitelabel integration.
Request Access
To request enterprise whitelabel access, please contact our team with the following information:- Company name and website
- Use case description: What are you building and why do you need whitelabel?
- Expected volume: Estimated monthly authentication volume
- Security practices: How will you handle and store session data?
- Technical contact: Who will be implementing the integration?
Contact Enterprise Sales
Email [email protected] to discuss enterprise whitelabel access
Alternative Solutions
Before pursuing whitelabel, consider whether these solutions meet your needs:Hosted Mode
Redirect-based authentication with minimal integration effort
Link Embed
Popup-based authentication that keeps users in your app