cURL
curl --request POST \ --url https://hireloam.com/api/v1/applications/{id}/feedback \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "rating": "yes", "interview_type": "Technical", "feedback": "Strong problem-solving skills. Good communication.", "submit": true } '
{ "feedback": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "interview_type": "<string>", "rating": "strong_yes", "body": "<string>", "created_at": "2023-11-07T05:31:56Z", "submitted_at": "2023-11-07T05:31:56Z" } }
Add interview feedback for a candidate. Can be saved as draft or submitted immediately.
API key from Settings > API Keys
The application ID
Detailed feedback content
Overall rating
strong_yes
yes
no
strong_no
Type of interview (e.g., Phone Screen, Technical, Onsite)
If true, submit immediately. If false, save as draft.
Feedback created
Show child attributes
Was this page helpful?