Greenhouse Prospects API

The Prospects API from Greenhouse — 1 operation(s) for prospects.

OpenAPI Specification

greenhouse-prospects-api-openapi.yml Raw ↑
openapi: 3.0.3
info:
  title: Greenhouse Harvest Applications Prospects API
  description: The Harvest API provides programmatic access to Greenhouse Recruiting data, including candidates, applications, jobs, departments, offices, and users. Authentication uses HTTP Basic Auth with an API token.
  version: '1.0'
  contact:
    name: Greenhouse Developer Support
    url: https://developers.greenhouse.io/harvest.html
servers:
- url: https://harvest.greenhouse.io/v1
  description: Production
security:
- basicAuth: []
tags:
- name: Prospects
paths:
  /prospect_pools:
    get:
      tags:
      - Prospects
      summary: List prospect pools
      responses:
        '200':
          description: Prospect pools and stages
components:
  securitySchemes:
    basicAuth:
      type: http
      scheme: basic