Skip to main content
GET
/
v1
/
assessment
Get all the assessment for the client
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

List of assessments name and id

id
string
required

Assessment id

Minimum length: 1
Example:

"59bc377497c7ac0cbc1b69c7"

name
string
required

Assessment name

Minimum length: 1
Example:

"Language Assessment"