Request example
CURLcurl -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/user/emails", "html_url": "https://app.buddy.works/my-id", "emails": [ { "email": "john.doe@company.com", "confirmed": true }, { "email": "john.doe.alt@company.com", "confirmed": false } ] }
STATUS200 OK