List candidates

This endpoint lets you retrieve all candidates for a given job reference.
This endpoint requires candidates_r or my_candidates_r scope.
get
https://www.welcomekit.co/api/v1/external/
candidates
candidate list
Request example
curl -X GET -G "https://www.welcomekit.co/api/v1/external/candidates" \
-d "job_reference=WTTJ_KmqkD1Y" \
-d "stage=true" \
-H "Authorization: Bearer WK_API_KEY"