v1

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

Get an email of a user

get/users/{id}/emails/{email_id}

Path parameters

idstring uuid required

UUID of the requested object

email_idstring required

UUID of the requested email

Response

OK

idstring uuid4 required
addressstring email required

The email address

is_verifiedboolean required

Indicated the email has been verified.

is_primaryboolean required

Indicates it's the primary email address.

created_atstring date-time required

Time of creation of the email

updated_atstring date-time required

Time of last update of the email

Example response

{
  "id": "c339547d-e17d-4ba7-8a1d-b3d5a4d17c1c"
}