API Reference
Applications
Inbound applications from your career-site portal and embedded widgets.
Submitting from a widget
Use a publishable key whose Origin whitelist matches your career site. The token only allows POST /v1/applications and read access to public job data — it cannot read other applications or candidates.
REST endpoints
GET
/v1/applicationsList applications, paginated, filterable by
applications:readjob_id.GET
/v1/applications/{id}Fetch a single application with the candidate's submission.
applications:readPOST
/v1/applicationsPublic endpoint accepting
pk keys: create an application from your custom career site.