Submit Feedback Of Candidate.
POST
/schedule/interview/submit-feedback
SCHEDULE
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/schedule/interview/submit-feedback' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "string",
"score": 4,
"message": "Candidate performed well in the interview.",
"submitted_at": 1748086988
}'
Response Response Example
200 - Example 1
null
Request
Body Params application/json
Responses
Modified at 2025-05-26 05:13:41