List

Returns a list of email addresses of the authorized user.

Required scopes: USER_EMAIL

Resource URL

GET /user/emails

Example

Request

GET https://api.buddy.works/user/emails

Sample Response

HTTP

Status: 200 OK
X-Rate-Limit-Limit: 1
X-Rate-Limit-Remaining: 999

JSON

{
  "url": "https://api.buddy.works",
  "html_url": "https://app.buddy.works/my-id",
  "emails": [
    {
      "email": "mike@buddy.works",
      "confirmed": false
    }
  ]
}

Last modified on April 26, 2022

Get Started

Sign up for free and deploy your project in less than 10 minutes.