Appends a note to a candidate for the authenticated company.
This creates a candidate_activities row with type = note_added.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Numeric candidate id.
Request body for appending a candidate note.
Full note body after trimming.
1 - 2000"Referred by internal team."
Candidate note created
Wrapper for a single candidate note resource.
Candidate note backed by a candidate_activities row.
{
"id": 162,
"candidate_id": 419,
"type": "note_added",
"note": "Referred by internal team.",
"note_preview": "Referred by internal team.",
"performer_id": null,
"added_by": "api",
"created_at": "2026-03-11T10:21:54.553198Z"
}