Skip to content
Documentation
Explore guides

API

Version 3 HTTP reference for Talento. Authenticate with a Bearer token and call the company's subdomain.

This is the version 3 API. Versions 1 and 2 are deprecated and should not be used.

Authentication

You need two values from an administrator: the company subdomain and a personal API token. Send both on every request. The token belongs to an active employee; the call runs with that person's permissions inside that company.

Replace hr and YOUR_TOKEN with the real subdomain and token. Never put the token in the URL.

curl https://hr.talentohq.com/api/v3/employees/9ae9fe31-da27-434e-92f3-b8f4480b17a8 \
  -H "Accept: application/json" \
  -H "Authorization: Bearer YOUR_TOKEN"

Create, rotate, and revoke tokens in API access and integrations.

Warning

Treat an API token like a password. Store it in the integration's secrets manager and send it only over HTTPS.

Choose a resource below for paths, parameters, and example payloads.