Comment on page
Human Resources
How to make requests and generate reports as a human resources client in the Certn API.
An application is a single request containing a variety of checks for one applicant. These endpoints allow you to create, upgrade, and retrieve the applications associated with your team.
post
https://api.certn.co
/api/v1/hr/applications/invite/
Invite an applicant
post
https://api.certn.co
/api/v1/hr/applications/quick/
Screen an applicant instantly
put
https://api.certn.co
/api/v1/hr/applicants/{applicant_id}/packages/
Upgrade an application
get
https://api.certn.co
/api/v1/hr/applicants/
Retrieve all your applications
get
https://api.certn.co
/api/v1/hr/applicants/{applicant_id}/
Retrieve an application
A report shows the final results of the requested checks. These endpoints allow you to retrieve your reports in the format of your choice.
get
https://api.certn.co
/api/v1/hr/reports/{applicant_id}/pdf/
Download a PDF report
get
https://api.certn.co
/api/v1/hr/reports/{applicant_id}/link/
Create a hosted PDF report
get
https://api-certn.co
/api/v1/hr/reports/{applicant_id}/web/
Download an HTML report
Last modified 2mo ago