List

  • GET
  • /user
  • /emails

Returns a list of email addresses of the authorized user.

Request

REQUIRED SCOPES
USER_EMAIL

Last modified on Sep 23, 2024

Example:

CURL
curl -X GET "https://api.buddy.works/user/emails" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json" \
EXAMPLE RESPONSE
{ "url": "https://api.buddy.works", "html_url": "https://app.buddy.works/my-id", "emails": [ { "email": "mike@buddy.works", "confirmed": false } ] }
STATUS
200 OK
LIMITS
X-Rate-Limit-Limit: 1 X-Rate-Limit-Remaining: 999