SDK and OpenAPI Specification
SDK and OpenAPI Specification
The Financeable Aggregation API provides multiple ways to integrate with our platform. Whether you're using TypeScript or another language, we have tools to help you get started quickly.
TypeScript SDK
TypeScript SDK
Official npm package for seamless API integration
Install Command
npm i @financeable/aggregation
We provide an official TypeScript SDK that makes it easy to interact with the Financeable API from Node.js applications.
Learn more about the TypeScript SDK →
OpenAPI Specification
Our API is fully documented using the OpenAPI 3.0 specification. The OpenAPI spec can be used to:
- Generate client libraries in your preferred programming language
- Explore the API using tools like Swagger UI or Postman
- Validate requests and responses
- Generate mock servers for testing