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
1per_page
integer
Number of items per page
Example
20Responses
Section titled “Responses”OK
Media typeapplication/json
object
id
string
email
string
confirmed_at
string
Examplegenerated
{ "id": "example", "email": "example", "confirmed_at": "example"}Bad Request