account
Link a secondary email/SMS identity to your account
Link an additional (secondary) email or SMS identity to your existing account.
Primary vs Secondary Identities:
- Your PRIMARY identity was set during signup via /auth/exchange-cdp-token
- This endpoint adds SECONDARY identities for backup login and account recovery
- Secondary identities can be used to login via /auth/login/start or recover via /auth/recover/start
Flow:
- Authenticate with CDP SDK using a NEW email/phone (not your primary)
- CDP returns an access token
- Call this endpoint with the CDP token to link as a secondary identity
Note: The identity must not already be linked to another account. Account merging is not yet supported.
Authentication: Authorization: Bearer <CLIENT_JWT>
post/v1/account/identities/verify
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
Changes
No recorded changes to this endpoint across all 1 revision of this API.