API Documentation
Integrate your applications with the FundLoop ecosystem using our comprehensive API.
API Keys
Manage your API credentials
Generate and manage API keys for secure access to FundLoop services.
SDKs
Client libraries for developers
Download our SDKs for easy integration with various programming languages.
Webhooks
Real-time event notifications
Configure webhooks to receive real-time notifications about ecosystem events.
REST API Reference
Our RESTful API provides comprehensive access to FundLoop resources
Authentication
All API requests require authentication using API keys. Include your API key in the request header:
Authorization: Bearer YOUR_API_KEY
Base URL
https://api.fundloop.org/v1
Endpoints
Projects
- GET /projects - List all projects
- GET /projects/:id - Get project details
- POST /projects - Create a new project
- PUT /projects/:id - Update project details
Users
- GET /users - List all users
- GET /users/:id - Get user details
- POST /users - Create a new user
- PUT /users/:id - Update user details
Contributions
- GET /contributions - List all contributions
- GET /contributions/:id - Get contribution details
- POST /contributions - Record a new contribution
- GET /contributions/stats - Get contribution statistics
Payments
- GET /payments - List all payments
- GET /payments/:id - Get payment details
- POST /payments - Create a new payment
- GET /payments/stats - Get payment statistics
Need help with the API? Check out our developer documentation or contact support.