---
title: Unberry API Integration on Truto
slug: unberry
category: Default
canonical: "https://truto.one/integrations/detail/unberry/"
---

# Unberry API Integration on Truto



**Category:** Default  
**Status:** Generally available

## How it works

1. **Link your customer's Unberry account.** Use Truto's frontend SDK; we handle every OAuth and API key flow so you don't need to create the OAuth app.
2. **Authentication is automatic.** Truto refreshes tokens, stores credentials securely, and injects them into every API request.
3. **Call Truto's API to reach Unberry.** The Proxy API is a 1-to-1 mapping of the Unberry API.
4. **Get a unified response format.** Every response uses a single shape, with cursor-based pagination and data in the `result` field.

## Use cases

- **Automate new-hire onboarding from Unberry's hiring pipeline** — HRIS and payroll platforms can poll Unberry for candidates who reach the "Hired" stage, automatically pulling verified contact details, job titles, and compensation data to create employee records — eliminating manual data entry for mutual customers.
- **Trigger background checks based on candidate stage changes** — Background verification providers can watch for candidates entering the "Background Check" stage in Unberry and automatically initiate checks using the candidate's PII, then push verification status and reports back to the Unberry candidate timeline.
- **Build personalized learning paths from assessment data** — L&D and LMS platforms can pull Unberry's granular behavioral, cognitive, and functional assessment scores for newly hired employees to auto-generate tailored upskilling plans or assign compliance training from day one.
- **Enrich quality-of-hire dashboards with assessment signals** — People analytics and BI platforms can sync Unberry's rich assessment result data — covering functional skills, communication proficiency, and cognitive traits — to power quality-of-hire reporting and hiring funnel analytics for their customers.
- **Push sourced candidates into Unberry for instant AI scoring** — Sourcing tools, job boards, and career page builders can create candidate profiles in Unberry via API and attach resumes, immediately triggering Unberry's AI parsing and scoring algorithms without requiring recruiters to switch tools.

## What you can build

- **Real-time candidate stage sync** — Automatically detect when a candidate moves between pipeline stages in Unberry and trigger downstream workflows like onboarding, background checks, or offer letter generation in your product.
- **Assessment score import for employee profiles** — Pull Unberry's detailed cognitive, behavioral, and functional assessment results into your platform to enrich employee profiles with a data-backed workplace footprint.
- **One-click candidate push with AI resume scoring** — Let your users push candidate profiles and resumes from your platform directly into Unberry, triggering instant AI-powered resume parsing and scoring without leaving your app.
- **Bi-directional application status updates** — Reflect hiring decisions made in your HR system back to Unberry by updating application stages via API, keeping both systems in sync without manual reconciliation.
- **Job requisition sync and auto-matching** — Import Unberry job requisitions — including AI-generated job descriptions — into your platform to power candidate matching, reporting, or workforce planning features.
- **Interview scheduling bridge** — Read interview scheduling data and interviewer availability from Unberry to coordinate cross-platform calendar management and reduce scheduling conflicts for mutual customers.

## FAQs

### Does Truto offer a Unified API for Unberry?

Not yet. Unified APIs and SuperAI tools for Unberry are built on request. In the meantime, you can use Truto's Proxy API, which provides a pass-through to Unberry's raw API endpoints while handling authentication, pagination, and error normalization.

### How does authentication work for Unberry through Truto?

Truto manages the full auth lifecycle for your end users' Unberry accounts. The specific auth method (API key, OAuth, etc.) depends on what Unberry's API supports and is abstracted away — your application interacts with a single, consistent Truto auth flow.

### What data can I access from Unberry through the Proxy API?

Through the Proxy API you can access any endpoint Unberry exposes, including candidates, applications, jobs, assessment scores and signals, interview schedules, and resume attachments. Truto maps 1-to-1 to Unberry's raw endpoints.

### Can I write data back to Unberry, or is it read-only?

The Proxy API supports both read and write operations. You can create candidate profiles, update application stages, attach resumes, and push status changes back to Unberry — any operation their API supports is available through Truto.

### How does Truto handle pagination and rate limits for Unberry?

Truto automatically normalizes Unberry's pagination scheme into a consistent interface, so you don't need to manage cursors or page tokens. Rate limit handling, including retries and backoff, is managed by Truto's Proxy API layer.

### Can I request a Unified API or custom tools for Unberry?

Yes. Truto builds Unified API models and SuperAI tools on request. If you need standardized data models for candidates, assessments, or jobs that work across multiple ATS integrations, reach out to the Truto team to scope the build.
