List email addresses for the authenticated user

GET {{baseUrl}}/user/emails?per_page=30&page=1

Lists all of your email addresses, and specifies which one is visible to the public. This endpoint is accessible with the user:email scope.

Request Params

KeyDatatypeRequiredDescription
per_pagenumberResults per page (max 100)
pagenumberPage number of the results to fetch.

RESPONSES

status: OK

[{"email":"octocat@github.com","verified":true,"primary":true,"visibility":"public"}]