GET

https://{tenant_id}.hanko.io

/
emails
curl --request GET \
  --url https://{tenant_id}.hanko.io/emails
[
  {
    "id": "5333cc5b-c7c4-48cf-8248-9c184ac72b65",
    "address": "john.doe@example.com",
    "is_verified": true,
    "is_primary": false
  }
]

Authorizations

hanko
string
cookierequired

Response

200 - application/json
id
string

The ID of the email address

address
string

The email address

is_verified
boolean

Indicated the email has been verified.

is_primary
boolean

Indicates it's the primary email address.