v3

latestOpenAPI 3.1.02026-07-311255771.3 MB
Unified ATS (Assessment & Background Check) API

Get packages

Get all available assessment and background check packages for an integration.

This is mainly intended for debugging. As you always need to submit the full list of available packages when using "set packages", there shouldn't ever be a need to call this endpoint in production.

get/assessment/packages

Headers

X-Integration-Idstring required

ID of the integration you want to interact with.

Response

GET /assessment/packages Positive response

status'success' required

Example response

{
  "data": {
    "packages": [
      {
        "id": "1001",
        "name": "TypeScript",
        "description": "TypeScript coding skills assessments",
        "updated_at": "2023-06-29T18:47:40.890Z",
        "type": "SKILLS_TEST"
      }
    ]
  }
}