Learn how to integrate real-time assessment data, AI insights, and ATS syncing to simplify user workflows and improve candidate evaluation
Provide Assessment Packages to StackOne
GET /ats/assessments/packages
structureEnd Customer Selects a Package in ATS
Receive Assessment Order Notifications
ats_assessments.created
GET /ats/candidates/{id}
GET /ats/applications/{id}
GET /ats/jobs/{id}
using the job_id from the applicationPerform Assessment and Return Results
PATCH /ats/assessments/orders/{id}/result
Manual Package Creation in the ATS
Sync and Map Jobs (Optional)
ats_jobs.created
and ats_jobs.updated
GET /ats/job_postings
Receive and Process Assessment Orders
ats_assessments.created
GET /ats/candidates/{id}
GET /ats/applications/{id}
GET /ats/jobs/{id}
using the job_id from the applicationReturn Assessment Results
PATCH /ats/assessments/orders/{id}/result
Create Background Check Packages
POST /ats/background_checks/packages
Manage Background Check Packages
PATCH /ats/background_checks/packages/{id}
DELETE /ats/background_checks/packages/{id}
Receive Background Check Orders
background_check_order.created
GET /ats/candidates/{id}
GET /ats/applications/{id}
Return Background Check Results
PATCH /ats/background_checks/orders/{id}/result
How do I choose between the different implementation approaches?
What partnership requirements exist for implementing assessments with StackOne?
What's the typical timeline for implementing an assessment integration?
How do webhooks work with the assessment flow?
ats_assessments.created
Can I map specific assessment types to different job roles?
How do I handle security and compliance in assessment integrations?
Can I implement multiple assessment vendors for the same ATS?
What should I do if assessment order webhooks aren't being received?
ats_assessments.created
)How do I debug assessment result submission issues?
PATCH /ats/assessments/orders/{id}/result