Authentication
The PMF API currently operates on a free tier with no authentication required.
No Authentication Required
The API is currently FREE with no authentication needed. All examples in our documentation work without API keys!
Current Access
All endpoints are accessible without any setup:
# No API key needed!
curl "https://api.pmf.finance/api/v1/groups/"
Future Authentication (Coming Soon)
When paid tiers launch, you'll be able to:
API Key System
- Use API keys for higher rate limits
- Access premium features
- Priority support
Authentication Methods
API keys will be passed via the Authorization header:
# Future authenticated requests
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://api.pmf.finance/api/v1/groups/"
Planned Tiers
- Free: Current tier - no authentication required
- Basic: API key with higher limits
- Pro: High-volume access with premium features
- Enterprise: Custom solutions
Rate Limits
Current free tier limits apply to all users:
- 60 requests per minute
- 1,000 requests per day
- 20,000 requests per month
See our Rate Limits page for detailed information.
Support
For technical assistance: ben@pmf.finance