OpenAPI specification for the Finwealth application, focusing on blog and blog-related endpoints.
Add User Feed Categories (addFeedPost)
Consumes
This API call consumes the following media types via the request header:
Request body
Responses
200
User feed updated successfully
401
Unauthorized
Up
get /blog-detail/{blog_id}
Get Blog Detail (blogDetailBlogIdGet)
Path parameters
blog_id (required)
Path Parameter — ID of the blog to retrieve
Request headers
Responses
200
Blog detail retrieved successfully
404
Blog not found
Get List of Blogs (Combined API) (blogListGet)
This API combines Blog List, All Blog List, Blog Category List, User Feed Blog List, and Blogs on the basis of visibility.
Responses
200
Blogs list retrieved successfully
401
Unauthorized (if api-token is provided but invalid)