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.
list candidate emails
GET
https://www.welcomekit.co/api/v1/external/emails
Query Parameters
Name | Type | Description |
---|---|---|
candidate_reference * | string | Candidate reference |
per_page | integer | Number of emails per page |
page | integer | Page offset |
Request example
Last updated