Skip to main content

Overview

The User Nudges API provides personalized financial recommendations and prompts to help users make informed financial decisions. Nudges are intelligently evaluated based on user’s financial data, behavior patterns, and configured criteria to deliver contextually relevant suggestions at the right time. Financial nudges can include investment opportunities, savings recommendations, KYC completion reminders, spending insights, portfolio rebalancing suggestions, and other personalized financial guidance designed to improve user engagement and financial outcomes.

Example Request

This API is called in response to receiving a Nudges Callback Webhook notification, which indicates that new nudges have been evaluated and are ready for retrieval.

Authentication

This API requires Bearer token authentication:

Response

Success Response (200 OK)

When nudges are successfully evaluated, the API returns personalized recommendations:

Response Fields

Eligible Nudges Fields

Summary Fields

Nudge Configuration

Nudges are currently configured through our technical team based on your specific requirements:
  • Targeting Criteria: Income levels, investment amounts, account types, user behavior
  • Content Personalization: Custom messages and call-to-action text

Error Responses

Error Handling

Implementation Guidelines

  • Real-time Evaluation: Call this API when users access your application for up-to-date nudges
  • Smart Display: Implement logic to show nudges at appropriate moments in your user journey
  • User Experience: Avoid overwhelming users with too many nudges simultaneously

Next Steps

To set up nudges for your application:
  1. Define Use Cases: Identify specific nudge scenarios relevant to your users
  2. Contact Technical Team: Reach out to configure your nudge criteria and content
  3. Integration Testing: Implement the API and test with various user scenarios