The official Postman collection for OFMAPI — explore, test, and prototype against the OnlyFans API in seconds.
🚧 Preview release. General availability launching shortly. Sign up at ofmapi.com to be notified.
This repo is the source-of-truth mirror for the public OFMAPI Postman workspace. The collection covers every endpoint of the OnlyFans API, with:
- Pre-configured request shapes and example bodies
- Realistic example responses for every endpoint
- Environment templates (production / staging / local-dev)
- Pre-request scripts that auto-attach your API key
- Tests on every response that validate envelope shape and rate-limit headers
Open the live OFMAPI workspace and click "Fork" to add it to your own Postman.
# Clone this repo
git clone https://github.com/ofmapi/postman-collection
cd postman-collection
# In Postman: File → Import → upload collection.jsonThe collection is auto-regenerated from our OpenAPI 3.1 spec on every API release, so it's always in sync.
- Get an OnlyFans API key at ofmapi.com — free, no credit card required.
- In Postman, open Environments → OFMAPI Production.
- Set
OFMAPI_API_KEYto yourofmapi_...value. - Click any request and hit Send.
The included newman/ directory has a Newman script for running the
collection in CI as a smoke / contract test:
npm install -g newman
newman run collection.json --environment ./environments/production.jsonUse this collection to prototype products in the spirit of:
- 🤖 AI chat platforms like Botly, Supercreator, Substy, ChatPersona
- 📊 Creator CRMs like Infloww, OnlyMonster, CreatorHero
- 📈 Analytics & metrics tools like FansMetric, FansIQ
- 🎯 Traffic & attribution platforms like CreatorTraffic
- 🔗 Link-in-bio + deeplink products like Juicy Bio, Hello Butter
- 🛠️ Agency back-offices managing hundreds of accounts from a single dashboard
Click around the collection to feel the OnlyFans API surface — then export the requests as code in your language of choice.
- 💬 Messaging (chats, send, mass messaging, queue, PPV)
- 📝 Posts, vault, stories, polls
- 👥 Fans, subscriptions, lists, bundles
- 💰 Earnings, transactions, payouts, chargebacks, analytics
- 🌐 Public profile search
- 🔗 Smart Links, free-trial links, tracking
- 🔔 Webhook endpoint management
- 📡 Realtime token issuance for the WebSocket
- ⚙️ Account management, API keys, billing
- 📚 Postman integration guide: docs.ofmapi.com/integrations/postman
- 📖 OnlyFans API reference: docs.ofmapi.com/api
- 🚀 Quickstart: docs.ofmapi.com/quickstart
MIT — see LICENSE. The collection is yours to use, modify, fork, embed in your own tools, distribute internally — anything.
OFMAPI is an independent organisation, not affiliated with OnlyFans.com or Fenix International Limited. "OnlyFans" is a registered trademark of Fenix International Limited. Postman is a trademark of Postman, Inc.