Email Management
Get a list of emails of the current user.
get/emails
Response
A list of emails assigned to the current user
Example response
[
{
"id": "5333cc5b-c7c4-48cf-8248-9c184ac72b65",
"address": "john.doe@example.com",
"is_verified": true,
"is_primary": false
}
]