Skip to main content
POST
Create candidate note

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Numeric candidate id.

Body

application/json

Request body for appending a candidate note.

note
string
required

Full note body after trimming.

Required string length: 1 - 2000
Example:

"Referred by internal team."

Response

Candidate note created

Wrapper for a single candidate note resource.

data
object
required

Candidate note backed by a candidate_activities row.

Example: