Tellent RecruiteeOffers

Tellent Recruitee Offers API

Sync permissioned offers data with Tellent Recruitee through Apideck's unified API. One integration, instant access to the governed data your team needs.

In Apideck, this resource is called Jobs (API: jobs)

Supported Operations for Tellent Recruitee Offers

List, Get operations available through our unified API

list
get
create
update
delete

Supported Fields

25 fields

Fields available for Tellent Recruitee Offers

idslugtitlesequencestatuslanguageemployment_termslocationremotedepartmentrecruitershiring_managersfollowersdescriptiondescription_html+10 more

API Model Preview

Sample response structure for offers

{
  "id": "12345",
  "slug": "string",
  "title": "Example Title",
  "sequence": "string",
  "status": "active",
  "language": "string",
  "employment_terms": "string",
  "location": "string",
  "remote": "string",
  "department": "string",
  "recruiters": "string",
  "hiring_managers": "string",
  "followers": "string",
  "description": "Example Description",
  "description_html": "Example Description Html",
  "salary": "string",
  "url": "https://example.com",
  "job_portal_url": "https://exam
  ...

Quick Start Example

Start syncing Tellent Recruitee offers in minutes

Node.js
import { Apideck } from '@apideck/unify'

const apideck = new Apideck({
  apiKey: process.env.APIDECK_API_KEY,
  appId: 'YOUR_APP_ID',
  consumerId: 'YOUR_CONSUMER_ID'
})

// List offers from Tellent Recruitee
const result = await apideck.ats.jobs.list({
  serviceId: 'recruitee'
})

for await (const page of result) {
  console.log(page)
}
// Returns unified offers data

Tellent Recruitee SDKs

Build Tellent Recruitee integrations in your favorite language with our official SDKs.

Launch accounting integrations in weeks, not months

Sign Up