get https://api.banking.netevia.dev/api/support/faq
This API endpoint retrieves a list of frequently asked questions (FAQs) along with their corresponding answers. It also provides a categorized list of topics for easier navigation through the FAQ section. This endpoint helps users quickly access information and common solutions related to the banking application.
Functionality:
- Fetches all available FAQ entries.
- Organizes FAQs by topic for structured browsing.
Key Features:
- Returns a list of questions and answers.
- Provides a list of categorized FAQ topics.
Response:
A list of FAQ items, each containing the question, answer, and associated topic.
Summary:
The GET /api/support/faq endpoint provides users with quick access to frequently asked questions and answers, categorized by topics for better organization and navigation.