Get an email address for current user
GET
/user/emails/{email}
Returns details about a specific one of the authenticated user’s email addresses.
Details describe whether the address has been confirmed by the user and whether it is the user’s primary address or not.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” email
required
string
Email address of the user.
Responses
Section titled “ Responses ”default
Section titled “ default ”Unexpected error.
Media type application/json
Error
Base type for most resource objects. It defines the common type element that identifies an object’s type. It also identifies the element as Swagger’s discriminator.
object
type
required
string
error
object
message
required
string
detail
string
data
Optional structured data that is endpoint-specific.
object
key
additional properties
any
key
additional properties
any
Example generated
{ "type": "example", "error": { "message": "example", "detail": "example", "data": {} }}