v1
latestOpenAPI 3.1.02026-07-13143194365.4 KBaccount
Mark the identity-linking onboarding step complete
Idempotent. Sets onboarding.identities_completed_at on the authenticated account if not already set, then returns the standard account snapshot with the updated onboarding state.
The frontend calls this when the user finishes /welcome/profiles. A second call is a no-op — the stored timestamp is not overwritten.
Authentication: Authorization: Bearer <CLIENT_JWT>.
post/v1/account/onboarding/identities/complete
Headers
authorizationstring nullable
Bearer JWT issued by Grove that identifies the account.
Bearer JWT issued by Grove that identifies the account.
Response
Successful Response