// for teams · API access · REST · bearer-token

Programmatic access to your hiring data.

The OpsTicket REST API exposes candidates, assessments, results, postings, pipeline stages, and webhook events. Use it to wire OpsTicket into your ATS, HRIS, BI tool, or internal portal. Available on Recruit and above.

01What you can do

CandidatesList, filter, fetch, export. Score, grade, rubric breakdown, replay URL.
AssessmentsSend invites, list pending, query completion status, fetch detailed results.
PostingsCreate / update / archive job postings. Set track, level, score threshold programmatically.
PipelineMove candidates between stages, attach notes, trigger email sequences.
WebhooksPOST to your endpoint on assessment.completed, candidate.applied, stage.changed events.

02Auth + limits

AuthBearer token in Authorization header
FormatJSON request + response · UTF-8
Base URLhttps://api.tryopsticket.com/v1/
Rate limit (Recruit)300 req/min per workspace
Rate limit (Enterprise+)2,000 req/min per workspace · custom limits available
Token rotationIn Settings → API keys · revoke any time
VersioningURL-versioned (v1, v2). Breaking changes get 6-month deprecation.

03Quick example

See /api-docs for full reference. Personal access tokens are generated in Settings → API keys.