Skip to main content

Welcome

Welcome to the Fonder API documentation. This API provides comprehensive endpoints for managing financial operations including accounts, expenses, clients, and users. All endpoints follow RESTful conventions and return JSON responses.

Fonder API Specification

View the complete OpenAPI specification file

Authentication

All API endpoints are authenticated using Bearer tokens. Include your token in the Authorization header:
Authorization: Bearer YOUR_API_TOKEN
The authentication is configured in the OpenAPI specification:
"security": [
  {
    "bearerAuth": []
  }
]

API Modules

Explore the different modules of the Fonder API: