DEVELOPERS
Integrate OpsTicket assessments into your hiring workflow, ATS, or custom applications using our REST API and SDKs.
The OpsTicket API follows REST conventions with JSON request and response bodies. All endpoints require authentication and return standard HTTP status codes.
API requests are authenticated using Bearer tokens. Generate API keys from your dashboard under Settings > API Keys. Keys are scoped to your organization.
Manage assessments, candidates, and results programmatically. The API supports creating assessments, inviting candidates, retrieving scores, and exporting reports.
Receive real-time notifications when events occur in your OpsTicket account. Configure webhook endpoints from your dashboard to subscribe to assessment and candidate events.
npm install @opsticket/sdkpip install opsticketgo get github.com/opsticket/sdk-goGet your API key from the dashboard and start building. Our team is available for integration support.