Get a candidate
Returns full detail for a single candidate, including contact information, address, and their applications.
Authentication
AuthorizationBearer
Supabase-issued user JWT. Send as Authorization Bearer header. Dedicated API keys are planned for a future release.
Path parameters
candidateId
Response
Candidate detail.
candidate_id
org_id
first_name
last_name
email
phone
address_line1
address_line2
city
state
postal_code
country
source
Where the candidate came from (e.g. indeed, referral, manual).
applications
The candidate's applications, when included in the response.
created_at
updated_at
Errors
401
Unauthorized Error
404
Not Found Error

