Authorizations
Headers
ID of the integration you want to interact with.
Body
application/json
PUT /assessment/packages Request body
Response
PUT /assessment/packages Positive response
Set packages
Supported integrations
This feature is currently available for the following integrations:
You’d like to see this feature for another integration? Please reach out! We’re always happy to discuss extending our coverage.
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.
{
"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"
}
]
}
ID of the integration you want to interact with.
PUT /assessment/packages Request body
PUT /assessment/packages Positive response