Welcome to Finkit-Docs
Finkit-Docs serves as the central documentation hub for all components, services, utilities, and APIs used in the Finkit platform. Whether you're a backend engineer, frontend developer, DevOps, or QA, this documentation is designed to help you understand, integrate, and extend Finkit's architecture effectively.
📌 Purpose​
- Provide a comprehensive reference for Finkit's architecture and microservices.
- Document key features like Risk Management, Sync Services, APIs, and Utility Methods.
- Offer clear API specifications with DTOs and endpoint breakdowns.
- Support development teams with implementation notes, database references, and FAQs.
🧠Tips for Writing & Reading Markdown​
Here are some useful Markdown syntax tips that we use throughout this documentation:
🔠Headers​
H1 Header
H2 Header​
H3 Header​
# H1 Header
## H2 Header
### H3 Header
Bold Text​
This text is bold
**This text is bold**
Italic Text​
This text is Italic
*This text is Italic*
HTML Tags​
This is underlined text
This is <u>underlined</u> text
📋 Bullet Lists​
- Item 1
- Item 2
- Subitem
- Item 1
- Item 2
- Subitem
🔢 Numbered Lists​
- Step one
- Step two
- Step three
1. Step one
2. Step two
3. Step three
🔗 Links​
[OpenAI](https://www.openai.com)
🔗 Tags​
tip
This is a useful tip for working with Finkit documentation.
note
This section explains key design principles of the service.
warning
This endpoint is deprecated. Avoid using it in new features.
danger
Misconfiguring this setting may result in data loss.