Skip to main content
GET
Get a list of emails for a user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your API key. Must only be used when using Hanko Cloud.

Path Parameters

id
string<uuid>
required

UUID of the requested object

Response

OK

id
string<uuid4>
required

The ID of the email

Example:

"802df042-1ac2-496d-af81-6ace729ed055"

address
string<email>
required

The email address

is_verified
boolean
required

Indicated the email has been verified.

is_primary
boolean
required

Indicates it's the primary email address.

created_at
string<date-time>
required

Time of creation of the email

updated_at
string<date-time>
required

Time of last update of the email