cURL
curl --request GET \ --url https://api.hiringbranch.com/connect/v1/assessment \ --header 'X-API-Key: <api-key>' \ --header 'instance: <instance>'
[ { "id": "59bc377497c7ac0cbc1b69c7", "name": "Language Assessment" } ]
GET /v1/assessment
Api key given by Hiringbranch
Name of the instance
List of assessments name and id
The response is of type object[].
object[]