v1

latestOpenAPI 3.0.3AGPL-3.0-or-later2026-07-2687268192.4 KB
Email Management

Get a list of emails of the current user.

get/emails

Response

A list of emails assigned to the current user

idstring uuid4
addressstring email

The email address

is_verifiedboolean

Indicated the email has been verified.

is_primaryboolean

Indicates it's the primary email address.

Example response

[
  {
    "id": "5333cc5b-c7c4-48cf-8248-9c184ac72b65",
    "address": "john.doe@example.com",
    "is_verified": true,
    "is_primary": false
  }
]