The User Analytics API retrieves comprehensive financial analytics and insights for a specific user based on their financial data. This API provides personalized financial metrics, spending patterns, investment analysis, and other PFM insights that can be displayed in your application interface.
When the analytics data is successfully retrieved, the API returns comprehensive financial insights.Complete Response Examples: For detailed response structures across all analytics types (ETF, Mutual Funds, Equities, Deposits, Term Deposits, Recurring Deposits), access our comprehensive response folder:👉 View All Analytics Sample ResponseBasic Response Structure:
{ "status": "SUCCESS", "data": { // Analytics data specific to the requested fiType // Complete examples available in the drive folder above }}
Field
Type
Description
status
string
Status of the API call. Will be SUCCESS for successful requests.
data
object
Analytics data containing financial insights and metrics for the user.
Token Security: Handle session tokens securely and avoid logging them
HTTPS Only: Always use HTTPS when calling this API
Token Refresh: Implement proper token refresh logic when tokens expire
Rate Limiting: Be mindful of API rate limits and implement appropriate throttling
Encryption Support: This API supports encryption. When encryption is enabled for your integration, both request and response payloads will be encrypted. See API Encryption Guide for details.