GET
/
v1
/
assessment
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"
  }
]

Authorizations

X-API-Key
string
header
required

Api key given by Hiringbranch

Headers

instance
string
required

Name of the instance

Response

200
application/json

List of assessments name and id

The response is of type object[].