List candidate emails

This endpoint allows you retrieve all emails for a given candidate reference.
This endpoint requires emails_r, and candidates_r or my_candidates_r scopes.
get
https://www.welcomekit.co/api/v1/external/
emails
list candidate emails
Request example
curl -X GET -G "https://www.welcomekit.co/api/v1/external/emails" \
-d "candidate_reference=wttj-d655345409a6097309156b05" \
-H "Authorization: Bearer WK_API_KEY"