What the Partner API Enables
The TapTalent Partner API exposes a set of RESTful endpoints and event-driven mechanisms that allow external systems to interact directly with the TapTalent hiring platform. Using the API, you can:- Programmatically create, update, and retrieve candidates
- Sync jobs and manage role-level hiring data
- Track submissions and candidate status changes
- Subscribe to webhooks for real-time event notifications
- Build automated or hybrid workflows that combine system-driven logic with human decision-making
Who This Documentation Is For
This documentation is intended for:- Backend and platform engineers
- Integration and solutions architects
- Technical product owners
- Teams building ATS, CRM, HRIS, or recruitment automation tools
How the Platform Fits Into Your Architecture
TapTalent can act as:- A source of candidate and hiring workflow data
- A downstream system receiving candidates, jobs, or updates
- An event publisher notifying your systems of hiring activity
- A coordination layer for AI-driven and human-led recruitment processes
How This Documentation Is Structured
This documentation is organized to help you move from first request to production integration:- Getting Started – Understand the integration flow and make your first API call
- Authentication – Learn how to securely authenticate requests using API keys
- API Reference – Explore endpoints for candidates, jobs, and submissions
- Webhooks – Receive real-time updates for important platform events
- Integration Notes – Review best practices, scaling considerations, and common pitfalls
Getting Started
If you are integrating for the first time, begin with the👉 Quick Start Guide
to generate an API key and make your first successful request.
Need Guidance or Best Practices?
For architectural guidance, real-world integration patterns, and operational considerations, refer to👉 Integration Notes. These notes are especially useful for teams building enterprise-grade or high-volume integrations.
This introduction sets the foundation for the sections that follow and is the recommended starting point for all Partner API integrations.