List all email addresses for a user
GET
/api/v4/user/emails
Lists all email addresses for the currently authenticated user.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “ Query Parameters ” page
integer
Current page number
Example
1 per_page
integer
Number of items per page
Example
20Responses
Section titled “ Responses ”OK
Media type application/json
object
id
string
email
string
confirmed_at
string
Example generated
{ "id": "example", "email": "example", "confirmed_at": "example"}Bad Request