Skip to main content
GET
/
v1
/
me
/
emails
Account Email Values
curl --request GET \
  --url https://api.example.com/v1/me/emails \
  --header 'Authorization: Bearer <token>'
{
  "emails": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

xi-api-key
string | null

Response

Successful Response

emails
string[]
required

List of emails verified by theauthenticaiton provider