RESTful APIs designed for developers building on the Ebun platform
Access project data, fee calculations, and public platform information without authentication.
Secure endpoints for donations, user management, and platform administration with OAuth 2.0.
Real-time notifications for donation events, evidence updates, and platform changes.
Quick start guide to integrate with Ebun APIs
All authenticated endpoints require a valid API key in the Authorization header.
All API requests should be made to our production base URL.
API requests are rate limited to ensure fair usage across all developers.
All API responses are returned in JSON format with standard HTTP status codes.
Comprehensive list of available API endpoints
/projectsList all published projects/projects/{id}Get project details/fees/previewCalculate platform fees/statusPlatform status/donations/createCreate donation intent/donations/{id}Get donation status/dashboard/overviewUser dashboard data/tax-documents/receiptsDownload tax receipts/admin/projects/{id}/approveApprove project/admin/refunds/{id}Process refund/admin/auditAudit logs/admin/platform-fee/configUpdate fee configurationStandard error responses and status codes
Contact our developer team to request API access and get started with your integration.