Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: Greenhouse Candidate Ingestion Tracking API
description: The Ingestion API enables sourcing partners to submit prospects and candidates to Greenhouse. Supports OAuth 2.0 for users with accounts in both systems and HTTP Basic Auth for partner submissions.
version: '1.0'
contact:
name: Greenhouse Developer Support
url: https://developers.greenhouse.io/candidate-ingestion.html
servers:
- url: https://api.greenhouse.io/v1/partner
description: Production
security:
- basicAuth: []
- oauth2: []
tags:
- name: Tracking
paths:
/tracking_link:
post:
tags:
- Tracking
summary: Generate tracking link
description: Generate a tracking link for a specific job.
responses:
'200':
description: Tracking link created
components:
securitySchemes:
basicAuth:
type: http
scheme: basic
oauth2:
type: oauth2
flows:
authorizationCode:
authorizationUrl: https://api.greenhouse.io/oauth/authorize
tokenUrl: https://api.greenhouse.io/oauth/token
scopes: {}