v3

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

Set packages

Set packages

Replaces the list of available assessment and or background check packages.

Packages that have been previously submitted through this endpoint but aren't included again will be marked as deleted.

Example Request Body

{
  "packages": [
    {
      "id": "1001",
      "type": "SKILLS_TEST",
      "name": "TypeScript",
      "description": "TypeScript coding skills assessments"
    },
    {
      "id": "1002",
      "type": "VIDEO_INTERVIEW",
      "name": "Video Interview",
      "description": "Video interview to assess communication skills"
    }
  ]
}
put/assessment/packages

Headers

X-Integration-Idstring required

ID of the integration you want to interact with.

Request body

Response

PUT /assessment/packages Positive response

status'success' required
dataobject required