cURL
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 } ]
A list of emails assigned to the current user
The response is of type object[].
object[]
Was this page helpful?