Lever logo

Lever

4 APIs 11 Capabilities 0 Features
Applicant TrackingATSCRMRecruitingHiringTalent AcquisitionHuman ResourcesHR TechPostingsWebhooksOAuth

Lever publishes 3 APIs on the APIs.io network: Data API, Postings API, and Webhooks. Tagged areas include Applicant Tracking, ATS, CRM, Recruiting, and Hiring.

The Lever catalog on APIs.io includes 11 machine-runnable capabilities and 1 JSON-LD context.

Lever’s developer surface includes developer portal, documentation, support, engineering blog, pricing, authentication, and 16 more developer resources.

APIs

Lever Data API

The Lever Data API exposes the full recruiting workflow — Opportunities (candidates), Postings, Applications, Interviews, Feedback, Notes, Offers, Requisitions, Stages, Files, T...

Lever Postings API

The public Lever Postings API lets anyone build a custom careers site by listing a company's published jobs at /v0/postings/{site}, fetching a single posting, and submitting app...

Lever Postings XML Feed

XML feed of all published job postings for a Lever site, designed for distribution to third-party job boards. Returned by appending `?mode=xml` to the Postings API list endpoint...

Lever Webhooks

Lever publishes ten webhook events covering the application and candidate lifecycle — applicationCreated, candidateHired, candidateStageChange, candidateArchiveChange, candidate...

Capabilities

Lever Data API — Feedback

Lever Data API — Feedback. Capture and read structured interviewer feedback on opportunities.

Run with Naftiko

Lever Data API — Files

Lever Data API — Files. List, upload, retrieve, and delete resume and attachment files.

Run with Naftiko

Lever Data API — Interviews

Lever Data API — Interviews. List, create, update, and delete interviews scoped to an opportunity.

Run with Naftiko

Lever Data API — Notes

Lever Data API — Notes. Read and write free-form notes on opportunities.

Run with Naftiko

Lever Data API — Offers

Lever Data API — Offers. Read offer records associated with hired candidates.

Run with Naftiko

Lever Data API — Opportunities

Lever Data API — Opportunities. 4 operations: list, create, retrieve, update. Self-contained Naftiko capability for managing candidate opportunities (the unified candidate-at-po...

Run with Naftiko

Lever Data API — Postings

Lever Data API — Postings. List, create, retrieve, and update job postings on a Lever account.

Run with Naftiko

Lever Data API — Requisitions

Lever Data API — Requisitions. Manage headcount-tracking requisitions that back postings.

Run with Naftiko

Lever Data API — Users

Lever Data API — Users. Manage Lever users (recruiters, hiring managers, interviewers).

Run with Naftiko

Lever Data API — Webhooks

Lever Data API — Webhooks. Create, update, and delete outbound webhook subscriptions across the 10 candidate, interview, application, and contact lifecycle events.

Run with Naftiko

Lever Postings API — Public

Lever Postings API — Public. List published postings, retrieve a single posting, and submit applications against a company's public Lever site.

Run with Naftiko

Semantic Vocabularies

Lever Co Context

0 classes · 9 properties

JSON-LD

Resources

🌐
Portal
Portal
🌐
Portal
Portal
🔗
Documentation
Documentation
🔗
Documentation
Documentation
🔗
Documentation
Documentation
💻
SourceCode
SourceCode
💻
SourceCode
SourceCode
🔗
Partners
Partners
💬
Support
Support
🟢
StatusPage
StatusPage
📰
Blog
Blog
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🔗
Security
Security
🔗
LinkedIn
LinkedIn
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
Plans
Plans
🔗
FinOps
FinOps
🔑
Authentication
Authentication

Sources

Raw ↑
aid: lever-co
url: https://raw.githubusercontent.com/api-evangelist/lever-co/refs/heads/main/apis.yml
apis:
- aid: lever-co:lever-data-api
  name: Lever Data API
  tags:
  - Applicant Tracking
  - ATS
  - CRM
  - Recruiting
  - Hiring
  - Opportunities
  - Candidates
  humanURL: https://hire.lever.co/developer/documentation
  baseURL: https://api.lever.co/v1
  properties:
  - url: https://hire.lever.co/developer/documentation
    type: Documentation
  - url: openapi/lever-data-api-openapi.yml
    type: OpenAPI
  - url: json-schema/lever-opportunity-schema.json
    type: JSONSchema
  - url: json-schema/lever-posting-schema.json
    type: JSONSchema
  - url: json-ld/lever-co-context.jsonld
    type: JSONLD
  - type: NaftikoCapability
    url: capabilities/data-opportunities.yaml
  - type: NaftikoCapability
    url: capabilities/data-postings.yaml
  - type: NaftikoCapability
    url: capabilities/data-interviews.yaml
  - type: NaftikoCapability
    url: capabilities/data-feedback.yaml
  - type: NaftikoCapability
    url: capabilities/data-requisitions.yaml
  - type: NaftikoCapability
    url: capabilities/data-offers.yaml
  - type: NaftikoCapability
    url: capabilities/data-users.yaml
  - type: NaftikoCapability
    url: capabilities/data-webhooks.yaml
  - type: NaftikoCapability
    url: capabilities/data-files.yaml
  - type: NaftikoCapability
    url: capabilities/data-notes.yaml
  description: The Lever Data API exposes the full recruiting workflow — Opportunities (candidates), Postings,
    Applications, Interviews, Feedback, Notes, Offers, Requisitions, Stages, Files, Tags, Sources, Users,
    Audit Events, EEO Responses, and Webhooks — over a JSON REST surface at api.lever.co/v1. Supports OAuth
    2.0 Authorization Code Grant and HTTP Basic with a personal API key, with fine-grained scopes per
    resource and per read/write action.
- aid: lever-co:lever-postings-api
  name: Lever Postings API
  tags:
  - Postings
  - Jobs
  - Careers
  - Recruiting
  humanURL: https://github.com/lever/postings-api
  baseURL: https://api.lever.co/v0/postings
  properties:
  - url: https://github.com/lever/postings-api
    type: Documentation
  - url: https://github.com/lever/postings-api/blob/master/README.md
    type: Documentation
  - url: openapi/lever-postings-api-openapi.yml
    type: OpenAPI
  - url: json-schema/lever-posting-schema.json
    type: JSONSchema
  - type: NaftikoCapability
    url: capabilities/postings-public.yaml
  description: The public Lever Postings API lets anyone build a custom careers site by listing a company's
    published jobs at /v0/postings/{site}, fetching a single posting, and submitting applications. Supports
    JSON, HTML, and iframe response modes, query filters by location/team/department/commitment, and a
    multipart application submission endpoint. Available globally and in the EU region.
- aid: lever-co:lever-postings-xml-feed
  name: Lever Postings XML Feed
  tags:
  - Postings
  - Jobs
  - XML
  - Job Boards
  - Feeds
  humanURL: https://hire.lever.co/developer/documentation
  baseURL: https://api.lever.co/v0/postings
  properties:
  - url: https://hire.lever.co/developer/documentation
    type: Documentation
  - url: https://api.lever.co/v0/postings/xmlexample?mode=xml
    type: Sample
  description: XML feed of all published job postings for a Lever site, designed for distribution to
    third-party job boards. Returned by appending `?mode=xml` to the Postings API list endpoint. Fields
    include position, description, location, and commitment type.
- aid: lever-co:lever-webhooks
  name: Lever Webhooks
  tags:
  - Webhooks
  - Events
  - Integrations
  humanURL: https://hire.lever.co/developer/documentation
  properties:
  - url: https://hire.lever.co/developer/documentation
    type: Documentation
  - url: openapi/lever-webhooks-asyncapi.yml
    type: AsyncAPI
  - type: NaftikoCapability
    url: capabilities/data-webhooks.yaml
  description: Lever publishes ten webhook events covering the application and candidate lifecycle —
    applicationCreated, candidateHired, candidateStageChange, candidateArchiveChange, candidateDeleted,
    interviewCreated, interviewUpdated, interviewDeleted, contactCreated, contactUpdated. Endpoints must
    be HTTPS and verify the HMAC-SHA256 signature on every delivery.
name: Lever
tags:
- Applicant Tracking
- ATS
- CRM
- Recruiting
- Hiring
- Talent Acquisition
- Human Resources
- HR Tech
- Postings
- Webhooks
- OAuth
kind: contract
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
access: 3rd-Party
common:
- url: https://www.lever.co/
  name: Lever Home
  type: Portal
- url: https://hire.lever.co/developer
  name: Lever Developer Portal
  type: Portal
- url: https://hire.lever.co/developer/documentation
  name: Lever Data API Documentation
  type: Documentation
- url: https://hire.lever.co/developer/usecases
  name: Use Cases
  type: Documentation
- url: https://hire.lever.co/developer/partner
  name: Partner Program
  type: Documentation
- url: https://github.com/lever
  name: Lever GitHub Organization
  type: SourceCode
- url: https://github.com/lever/postings-api
  name: Postings API Repo and Examples
  type: SourceCode
- url: https://leverpartner.com
  name: Lever Partner Ecosystem
  type: Partners
- url: https://help.lever.co/
  name: Lever Help Center
  type: Support
- url: https://status.lever.co/
  name: Lever Status
  type: StatusPage
- url: https://www.lever.co/blog
  name: Lever Blog
  type: Blog
- url: https://www.lever.co/pricing
  name: Lever Pricing
  type: Pricing
- url: https://www.lever.co/legal/terms-of-service
  name: Terms of Service
  type: TermsOfService
- url: https://www.employinc.com/privacy/
  name: Privacy Policy
  type: PrivacyPolicy
- url: https://www.employinc.com/legal/
  name: Employ Inc Legal and Security
  type: Security
- url: https://www.linkedin.com/company/lever-co
  name: Lever on LinkedIn
  type: LinkedIn
- url: https://www.employinc.com/
  name: Employ Inc (Parent Company)
  type: Documentation
- type: Plans
  url: https://www.lever.co/pricing
  name: Plans
  data:
  - id: lever
    name: Lever
    description: Contact sales for pricing — tailored to organization size and hiring needs.
    entries:
    - geo: Global
      unit: 1
      label: Organization
      price: Call
      metric: organization
      timeFrame: year
      description: Custom pricing on request.
    elements:
    - name: Applicant Tracking System (ATS)
    - name: Candidate Relationship Management (CRM)
    - name: Advanced reporting and analytics
    - name: Integrations ecosystem
    - name: Candidate Insights (optional add-on)
    - name: AI Screening by VONQ (optional add-on)
    - name: Onboarding (optional add-on)
- type: RateLimits
  url: rate-limits/lever-co-rate-limits.yml
  name: Rate Limits
- type: Plans
  url: plans/lever-co-plans-pricing.yml
  name: API Commons Plans
- type: FinOps
  url: finops/lever-co-finops.yml
  name: FinOps
- url: https://hire.lever.co/developer/documentation
  name: OAuth Authentication
  type: Authentication
properties:
- type: Vocabulary
  url: vocabulary/lever-co-vocabulary.yml
include: []
maintainers:
- FN: Kin Lane
  url: https://kinlane.com
  email: [email protected]