Mark a person of interest as a Good One or Bad One
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer ctgo_your_api_key_here |
Content-Type | Yes | application/json |
| Field | Type | Required | Description |
|---|---|---|---|
candidateId | integer | Yes | The ID of the person of interest (from the id field in the people-of-interest response) |
savedSearchId | integer | Yes | The ID of the saved search this feedback applies to |
feedback | string | Yes | "good" or "bad" |
badReason | string | No | Reason for bad feedback. One of: "bot", "wrong_gender", "wrong_job", "wrong_skill", "wrong_personality", "zapier", "other". Defaults to "zapier" for bad feedback. |
badReasonFreeform | string | No | Optional freeform text explaining the bad feedback (max 500 characters) |