API Documentation
Getting Started with Fenerum API
Welcome to the Fenerum API documentation. This guide will help you get started with integrating Fenerum into your application.
Quick Start
- Create an API token - Generate your authentication credentials
- Make your first request - Test your API connection
- Explore the API - Browse available endpoints and resources
Interactive API Explorer
Fenerum provides interactive tools to explore and test the API:
- API Browser: https://app.fenerum.com/api/v1/
- Swagger Console: https://app.fenerum.com/api/swagger/
The Swagger console includes a "Try it out" button on each endpoint, allowing you to make real API calls directly from your browser.
Essential Guides
Before diving into the API, we recommend reading these guides:
- Authentication - Learn how to authenticate your requests
- Errors - Understand error responses and status codes
- Pagination - Work with paginated list responses
- Throttling - Understand rate limits and best practices
- Logging - Debug and monitor your API usage
Common Workflows
Learn how to implement common integration patterns:
- Accepting Payments - Integrate payment processing
- Typical Workflow - Handle subscriptions and billing
API Resources
Explore the full API reference organized by resource:
- Accounts - Manage customer accounts
- Subscriptions - Handle recurring billing
- Invoices - Create and manage invoices
- Products - Define your product catalog
- Payment Cards - Manage payment methods
- Webhooks - Receive real-time notifications
Base URL
All API requests should be made to:
https://app.fenerum.com/Authentication
Include your API token in every request:
Authorization: Token <your-token>See the Authentication guide for detailed setup instructions.
Need Help?
If you encounter any issues or have questions:
- Check our guides for common solutions
- Review error responses for troubleshooting
- Contact us at support@fenerum.com
We're here to help you succeed with your integration!