Greenhouse website screenshot

Greenhouse

Greenhouse is an applicant tracking system (ATS) and recruiting software platform. It exposes a family of APIs and webhooks that let partners and customers manage candidates, jobs, applications, onboarding, audit logs, and assessment integrations.

8 APIs 0 Features
ATSRecruitingCandidatesJobsOnboardingHR

APIs

Greenhouse Harvest API

The Harvest API provides programmatic access to Greenhouse Recruiting data, including candidates, applications, jobs, departments, offices, and users.

Greenhouse Job Board API

The Job Board API enables building careers pages with custom look and feel, retrieving jobs, offices, departments, sections, education reference data, and submitting applications.

Greenhouse Candidate Ingestion API

The Ingestion API enables sourcing partners to submit prospects and candidates to Greenhouse and to retrieve job and prospect pool information.

Greenhouse Onboarding API

A GraphQL API for Greenhouse Onboarding. Provides queries and mutations for employees, departments, locations, custom fields, teams, and pending hires.

Greenhouse Assessment API

The Assessment Partner API enables assessment platforms (code testing, video interviewing, personality testing) to seamlessly integrate with the Greenhouse interview workflow.

Greenhouse Audit Log API

The Audit Log API offers a record of important events, providing insight into who accessed or edited information in Greenhouse.

Greenhouse Recruiting Webhooks

Recruiting Webhooks deliver event notifications for Greenhouse Recruiting activities such as candidate updates, application stage changes, and offers.

Greenhouse Onboarding Webhooks

Onboarding Webhooks deliver event notifications for Greenhouse Onboarding activities such as new hires and employee updates.

Collections

GraphQL

Greenhouse GraphQL API

A GraphQL API for Greenhouse Onboarding. Provides queries and mutations for employees, departments, locations, custom fields, teams, and pending hires.

GRAPHQL

Pricing Plans

Greenhouse Plans Pricing

3 plans

PLANS

Rate Limits

Greenhouse Rate Limits

4 limits

RATE LIMITS

FinOps

API Governance Rules

Greenhouse API Rules

13 rules · 5 errors 7 warnings 1 info

SPECTRAL

JSON Structure

Greenhouse Structure

0 properties

JSON STRUCTURE

Resources

🔗
LinkedIn
LinkedIn
🔗
Documentation
Documentation
👥
GitHubOrg
GitHubOrg

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Greenhouse Onboarding API
  version: '1.0'
request:
  auth:
    type: basic
    username: '{{username}}'
    password: '{{password}}'
items:
- info:
    name: Execute GraphQL query or mutation
    type: http
  http:
    method: POST
    url: https://onboarding-api.greenhouse.io/graphql
    body:
      type: json
      data: '{}'
  docs: Single GraphQL endpoint supporting employee, employees, department, departments, location, locations, customField,
    customFields, team, teams, and rateLimit queries; and mutations including updateEmployeeProfile, addPendingHire, addDepartment,
    updateDepartment, deleteDepartment, addLocation, updateLocation, and deleteLocation.
bundled: true