Skip to main content

Overview

The TapTalent Partner API is an open, standards-based interface: any external system can manage jobs, candidates, pipelines, and custom fields programmatically and receive events in real time. No intermediary tooling, manual export/import steps, or proprietary protocols are involved: integrations are built on authenticated REST/JSON calls and webhook event notifications, both fully described by the machine-readable OpenAPI 3.1 specification published on this site.

Capability matrix

Standards compliance

  • OpenAPI 3.1.0 machine-readable specification (superset of the Swagger specification lineage)
  • REST architectural style over HTTPS/TLS
  • JSON request and response bodies (application/json, UTF-8)
  • HTTP bearer authentication with company-scoped API keys
  • ISO 8601 timestamps1
  • Path-based versioning (/v1), with breaking changes introduced in new versions with advance notice
1 One documented exception (an epoch timestamp in the jobs list response) is called out explicitly in the specification.

Environments and access

API keys are self-service: workspace administrators generate them in the TapTalent dashboard under Account Settings → Developers → API Key Management. See Authentication for details.

Integration artifacts

OpenAPI 3.1 Specification (YAML)

Canonical machine-readable contract.

OpenAPI 3.1 Specification (JSON)

JSON mirror of the specification.

Postman Collection

Importable collection covering every endpoint.

Technical Integration Documentation

Protocols, data structures, communication methods, and how to use these artifacts.

Contact

Questions about integration capabilities, security review, or partnership onboarding: support@taptalent.ai.