cURL
curl --request GET \ --url https://api.hiringbranch.com/connect/v1/score \ --header 'X-API-Key: <api-key>'
[ { "candidateId": "59bc377497c7ac0cbc1b69c7", "assessmentId": "59bc377497c7ac0cbc1b69c7", "assessmentName": "Assessment Name", "assessmentStatus": "INVITED", "scoreStatus": "PENDING", "completion": "1", "totalScore": "35", "typingSpeed": "85", "categoryScores": [ { "name": "Speaking", "score": "25" } ], "redFlag": true, "started": "2025-01-17T20:39:25.5810000+00:00", "finished": "2025-01-17T20:39:25.5810000+00:00" } ]
GET /v1/score
Api key given by Hiringbranch
Name of the instance
List of candidate ids separated by comma
List of assessment ids separated by comma
List of scores and candidates
The response is of type object[].
object[]