Pinpoint
Pinpoint is an applicant tracking system (ATS) and recruitment platform for in-house talent teams. Its REST API follows the JSON:API specification and is served per-tenant at https://{subdomain}.pinpointhq.com/api/v1, exposing jobs, applications, candidates, comments, files, and webhooks for building recruitment integrations. Not to be confused with AWS Pinpoint (customer engagement) or Pinpoint (signal/data intelligence).
APIs
Pinpoint Jobs API
List, fetch, create, update, and destroy job postings (requisitions), with JSON:API filtering by status, department, location, and division, plus pagination, sorting, and relate...
Pinpoint Applications API
Manage candidate applications as they move through a job's hiring workflow - list, fetch, create, update, and destroy applications, with includes for jobs, candidates, stages, a...
Pinpoint Applicants API
Read and update candidate (applicant) records - name, contact details, LinkedIn profile, and custom attributes - and access uploaded documents through the candidates resource us...
Pinpoint Job Stages API
Read the hiring workflow stages a job exposes and reference them when moving applications through the pipeline, accessed as JSON:API related resources of jobs and applications.
Pinpoint Comments and Files API
List, fetch, and create comments on applications, and upload or read files and documents - submitted as base64 payloads on create and read back as attachments via JSON:API extra...
Pinpoint Webhooks
Subscribe to account events - new application, application moved, applicant hired, job created/updated/deleted, offer accepted, interview scheduled, and more - delivered as JSON...