v1
latestOpenAPI 3.1.02026-07-13143194365.4 KBaccount
Dismiss a soft-nudge onboarding step
Record a dismissal for one of the dismissible funnel steps (identities, fund, tip). The server snoozes the nudge until dismissed_until and increments dismiss_count. Does not mark the step complete.
Request body:
- duration: "7d" (snooze one week) or "forever" (permanent mute).
Session-level dismissal (hide for this tab only) is purely client-side and does not hit this endpoint.
Authentication: Authorization: Bearer <CLIENT_JWT>.
post/v1/account/onboarding/{step}/dismiss
Path parameters
step'identities' | 'fund' | 'tip' required
Headers
authorizationstring nullable
Bearer JWT issued by Grove that identifies the account.
Bearer JWT issued by Grove that identifies the account.
Request body
Response
Successful Response