Skip to content

Retrieve details on an email address

GET
/api/v4/user/emails/{email_id}

Retrieves details on a specified email address for the currently authenticated user.

email_id
required
integer

The ID of the email

OK

Media type application/json
object
id
string
email
string
confirmed_at
string
Example generated
{
"id": "example",
"email": "example",
"confirmed_at": "example"
}

Bad Request

Not Found