account
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
Changes
No recorded changes to this endpoint across all 1 revision of this API.