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/applications
List applications, paginated, filterable by job_id.
applications:read
GET/v1/applications/{id}
Fetch a single application with the candidate's submission.
applications:read
POST/v1/applications
Public endpoint accepting pk keys: create an application from your custom career site.