Skip to main content
GET
Get a list of emails of the current user.
Deprecated. Please use the Flow API instead. What’s the Flow API?.

Authorizations

hanko
string
cookie
required

Response

A list of emails assigned to the current user

id
string<uuid4>

The ID of the email address

Example:

"c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c"

address
string<email>

The email address

is_verified
boolean

Indicated the email has been verified.

is_primary
boolean

Indicates it's the primary email address.

identity
object
deprecated

Deprecated, use user.identities instead.

identities
object[]
deprecated

Deprecated, use user.identities instead.

Example: