v1
latestOpenAPI 3.1.02026-07-13143194365.4 KBaccount
List all identities linked to your account
Get all identities linked to your account.
Identity types include:
- email: Email address (from CDP Auth)
- sms: Phone number (from CDP Auth SMS)
- evm: Ethereum/EVM wallet address
- solana: Solana wallet address
- ens: ENS name (with resolved address)
Each identity shows:
- Whether it's the primary identity
- Whether it's verified and how
- When it was created
The primary identity is the original identity used to create the account. It cannot be deleted and is used for JWT subject generation.
Authentication: Authorization: Bearer <CLIENT_JWT>
get/v1/account/identities
Headers
authorizationstring nullable
Bearer JWT issued by Grove that identifies the account.
Bearer JWT issued by Grove that identifies the account.
Response
Successful Response