auth

Add Identity

Add email or phone to existing account.

Uses Supabase's update_user + resend flow to properly link the new identity to the current authenticated user.

post/auth/add-identity

Request body

emailstring email nullable
phone_numberstring nullable

Response

Successful Response

identity_typestring required
masked_identitystring required
messagestring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.