GET
/
v1
/
user
/
emails
curl --request GET \
  --url https://api.supernotes.app/v1/user/emails \
  --header 'Api-Key: <api-key>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "email": "jsmith@example.com",
    "verified_when": "2023-11-07T05:31:56Z",
    "primary": true
  }
]

Authorizations

Api-Key
string
header
required

Response

200 - application/json
Successful Response
id
string
required
email
string
required
Maximum length: 64
verified_when
string | null
required
primary
boolean
required