GET
/
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
  }
]

Deprecated. Please use the Flow API instead. What’s the Flow API?.

Authorizations

hanko
string
cookie
required

Response

200
application/json
A list of emails assigned to the current user

The response is of type object[].