Home
Providers
Lever
Lever
Lever is an applicant tracking system (ATS) and candidate relationship management (CRM) platform for recruiting teams, now owned by Employ Inc. alongside Jobvite, JazzHR and NXTThing RPO. Lever exposes two distinct public surfaces: the authenticated Lever Data API at https://api.lever.co/v1 — a REST API over the whole recruiting pipeline (opportunities, contacts, applications, postings, requisitions, interviews, panels, feedback, notes, files, offers, users, stages, sources, tags, EEO responses, audit events and webhooks) — and an unauthenticated public Postings API at https://api.lever.co/v0/postings used to syndicate job listings to careers sites and third-party job boards, including an XML feed mode. Access to the Data API is credential-split: Lever customers use HTTP Basic with an API key for their own internal workflows, while every third-party product integration must use OAuth 2.0 and be approved through the Lever partner program, which also provisions a separate sandbox at https://api.sandbox.lever.co/v1. Lever publishes 52 OAuth scopes, ten webhook events with HMAC-SHA256 body signing, a dated API changelog, and a deprecation page covering the legacy Candidates surface superseded by Opportunities in 2020. It ships no first-party SDK in any package registry and no MCP server.
Lever publishes 19 APIs on the APIs.io network, including Webhooks, Applications API, Archive Reasons API, and 16 more. Tagged areas include Applicant Tracking, ATS, CRM, Recruiting, and Hiring.
The Lever catalog on APIs.io includes 1 JSON-LD context and 1 Spectral governance ruleset.
Lever’s developer surface includes authentication, developer portal, documentation, support, engineering blog, pricing, changelog, and 44 more developer resources.
2 APIs
On this page
Kin Score
APIs 20
Postman 18
Open Collections 22
Pricing Plans 1
Rate Limits 1
FinOps 1
Vocabularies 1
Spectral Rules 1
JSON Schema 2
Security Posture 4
Scopes 1
Agentic Access 1
Resources 51
apis.yml
76 Operational Transparency
0 Create-or-Update Ergonomics
Composite quality — 65.6/100 · strong
Agent readiness — 33/100 · agent ready
Individual APIs this provider publishes, each with its own machine-readable definition.
Scroll for all 20
Ready-to-run Postman collections for exercising this provider's APIs.
Scroll for all 18
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
Scroll for all 22
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
JSON-LD contexts and semantic vocabularies used across these APIs.
Spectral governance rulesets for linting and validating these APIs.
Standalone JSON Schema definitions for this provider's data models.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
OAuth scopes governing access to this provider's APIs.
Recommended x-agentic-access execution contracts for AI agents.
Get Started 6
Portal, sign-up, and the first successful call
Documentation 5
Reference material describing how the API behaves
Agent Surfaces 4
MCP servers, agent skills, and machine-readable catalogs
Design & Contract 6
Pagination, idempotency, versioning, errors, and events
Build 6
SDKs, sample code, and the tooling you integrate with
Access & Security 8
Authentication, authorization, and security posture
Scroll for all 8
Operate 6
Status, limits, changes, and where to get help
Commercial 6
Pricing, plans, and the legal terms of use
Company 4
The organization behind the API
Source (apis.yml)
aid: lever-co
url: https://raw.githubusercontent.com/api-evangelist/lever-co/refs/heads/main/apis.yml
deliveryModel:
model: unknown
open_source: unknown
commercial: true
callable_host: true
label: Delivery model not determined — needs a product licence on record
confidence: low
source:
- openapi
- pricing
- repository-unlicensed
generated: '2026-08-28'
method: derived
specificationVersion: '0.23'
apis:
- aid: lever-co:lever-postings-xml-feed
name: Lever Postings XML Feed
tags:
- Postings
- Job
- XML
- Job Boards
- Feeds
tags_raw:
- 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:
- Webhook
- Event
- Integration
tags_raw:
- Webhooks
- Events
- Integrations
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-webhooks-asyncapi.yml
type: AsyncAPI
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.
- aid: lever-co:lever-co-applications-api
name: Lever Applications API
description: A candidate's application to a specific posting on an opportunity.
humanURL: https://hire.lever.co/developer/documentation
baseURL: https://api.lever.co/v1
tags:
- Application
tags_raw:
- Applications
properties:
- type: OpenAPI
url: openapi/lever-co-applications-api-openapi.yml
- type: Overlay
url: overlays/lever-co-applications-api-overlay.yaml
- type: Documentation
url: https://hire.lever.co/developer/documentation
- type: JSONSchema
url: json-schema/lever-opportunity-schema.json
- type: JSONSchema
url: json-schema/lever-posting-schema.json
- type: JSONLD
url: json-ld/lever-co-context.jsonld
- type: Documentation
url: https://github.com/lever/postings-api
- type: Documentation
url: https://github.com/lever/postings-api/blob/master/README.md
- aid: lever-co:lever-co-archive-reasons-api
name: Lever Archive Reasons API
description: Reasons candidates are archived (rejected, withdrew, hired, etc).
humanURL: https://hire.lever.co/developer/documentation
baseURL: https://api.lever.co/v1
tags:
- Archive Reasons
properties:
- type: OpenAPI
url: openapi/lever-co-archive-reasons-api-openapi.yml
- type: Overlay
url: overlays/lever-co-archive-reasons-api-overlay.yaml
- type: Documentation
url: https://hire.lever.co/developer/documentation
- type: JSONSchema
url: json-schema/lever-opportunity-schema.json
- type: JSONSchema
url: json-schema/lever-posting-schema.json
- type: JSONLD
url: json-ld/lever-co-context.jsonld
- type: Documentation
url: https://github.com/lever/postings-api
- type: Documentation
url: https://github.com/lever/postings-api/blob/master/README.md
- aid: lever-co:lever-co-audit-events-api
name: Lever Audit Events API
description: Audit log of admin and security-relevant actions.
humanURL: https://hire.lever.co/developer/documentation
baseURL: https://api.lever.co/v1
tags:
- Audit Events
properties:
- type: OpenAPI
url: openapi/lever-co-audit-events-api-openapi.yml
- type: Overlay
url: overlays/lever-co-audit-events-api-overlay.yaml
- type: Documentation
url: https://hire.lever.co/developer/documentation
- type: JSONSchema
url: json-schema/lever-opportunity-schema.json
- type: JSONSchema
url: json-schema/lever-posting-schema.json
- type: JSONLD
url: json-ld/lever-co-context.jsonld
- type: Documentation
url: https://github.com/lever/postings-api
- type: Documentation
url: https://github.com/lever/postings-api/blob/master/README.md
- aid: lever-co:lever-co-eeo-responses-api
name: Lever EEO Responses API
description: Equal Employment Opportunity survey responses.
humanURL: https://hire.lever.co/developer/documentation
baseURL: https://api.lever.co/v1
tags:
- EEO Responses
properties:
- type: OpenAPI
url: openapi/lever-co-eeo-responses-api-openapi.yml
- type: Overlay
url: overlays/lever-co-eeo-responses-api-overlay.yaml
- type: Documentation
url: https://hire.lever.co/developer/documentation
- type: JSONSchema
url: json-schema/lever-opportunity-schema.json
- type: JSONSchema
url: json-schema/lever-posting-schema.json
- type: JSONLD
url: json-ld/lever-co-context.jsonld
- type: Documentation
url: https://github.com/lever/postings-api
- type: Documentation
url: https://github.com/lever/postings-api/blob/master/README.md
- aid: lever-co:lever-co-feedback-api
name: Lever Feedback API
description: Structured interview feedback from interviewers.
humanURL: https://hire.lever.co/developer/documentation
baseURL: https://api.lever.co/v1
tags:
- Feedback
properties:
- type: OpenAPI
url: openapi/lever-co-feedback-api-openapi.yml
- type: Overlay
url: overlays/lever-co-feedback-api-overlay.yaml
- type: Documentation
url: https://hire.lever.co/developer/documentation
- type: JSONSchema
url: json-schema/lever-opportunity-schema.json
- type: JSONSchema
url: json-schema/lever-posting-schema.json
- type: JSONLD
url: json-ld/lever-co-context.jsonld
- type: Documentation
url: https://github.com/lever/postings-api
- type: Documentation
url: https://github.com/lever/postings-api/blob/master/README.md
- aid: lever-co:lever-co-files-api
name: Lever Files API
description: Resumes and other attachments on an opportunity.
humanURL: https://hire.lever.co/developer/documentation
baseURL: https://api.lever.co/v1
tags:
- File
tags_raw:
- Files
properties:
- type: OpenAPI
url: openapi/lever-co-files-api-openapi.yml
- type: Overlay
url: overlays/lever-co-files-api-overlay.yaml
- type: Documentation
url: https://hire.lever.co/developer/documentation
- type: JSONSchema
url: json-schema/lever-opportunity-schema.json
- type: JSONSchema
url: json-schema/lever-posting-schema.json
- type: JSONLD
url: json-ld/lever-co-context.jsonld
- type: Documentation
url: https://github.com/lever/postings-api
- type: Documentation
url: https://github.com/lever/postings-api/blob/master/README.md
- aid: lever-co:lever-co-interviews-api
name: Lever Interviews API
description: Scheduled interviews on an opportunity.
humanURL: https://hire.lever.co/developer/documentation
baseURL: https://api.lever.co/v1
tags:
- Interviews
properties:
- type: OpenAPI
url: openapi/lever-co-interviews-api-openapi.yml
- type: Overlay
url: overlays/lever-co-interviews-api-overlay.yaml
- type: Documentation
url: https://hire.lever.co/developer/documentation
- type: JSONSchema
url: json-schema/lever-opportunity-schema.json
- type: JSONSchema
url: json-schema/lever-posting-schema.json
- type: JSONLD
url: json-ld/lever-co-context.jsonld
- type: Documentation
url: https://github.com/lever/postings-api
- type: Documentation
url: https://github.com/lever/postings-api/blob/master/README.md
- aid: lever-co:lever-co-notes-api
name: Lever Notes API
description: Free-form notes captured on an opportunity.
humanURL: https://hire.lever.co/developer/documentation
baseURL: https://api.lever.co/v1
tags:
- Notes
properties:
- type: OpenAPI
url: openapi/lever-co-notes-api-openapi.yml
- type: Overlay
url: overlays/lever-co-notes-api-overlay.yaml
- type: Documentation
url: https://hire.lever.co/developer/documentation
- type: JSONSchema
url: json-schema/lever-opportunity-schema.json
- type: JSONSchema
url: json-schema/lever-posting-schema.json
- type: JSONLD
url: json-ld/lever-co-context.jsonld
- type: Documentation
url: https://github.com/lever/postings-api
- type: Documentation
url: https://github.com/lever/postings-api/blob/master/README.md
- aid: lever-co:lever-co-offers-api
name: Lever Offers API
description: Offer records associated with hired candidates.
humanURL: https://hire.lever.co/developer/documentation
baseURL: https://api.lever.co/v1
tags:
- Offers
properties:
- type: OpenAPI
url: openapi/lever-co-offers-api-openapi.yml
- type: Overlay
url: overlays/lever-co-offers-api-overlay.yaml
- type: Documentation
url: https://hire.lever.co/developer/documentation
- type: JSONSchema
url: json-schema/lever-opportunity-schema.json
- type: JSONSchema
url: json-schema/lever-posting-schema.json
- type: JSONLD
url: json-ld/lever-co-context.jsonld
- type: Documentation
url: https://github.com/lever/postings-api
- type: Documentation
url: https://github.com/lever/postings-api/blob/master/README.md
- aid: lever-co:lever-co-opportunities-api
name: Lever Opportunities API
description: Opportunities are the unified record for a candidate at a posting (replaces legacy Candidates).
humanURL: https://hire.lever.co/developer/documentation
baseURL: https://api.lever.co/v1
tags:
- Opportunities
properties:
- type: OpenAPI
url: openapi/lever-co-opportunities-api-openapi.yml
- type: Overlay
url: overlays/lever-co-opportunities-api-overlay.yaml
- type: Documentation
url: https://hire.lever.co/developer/documentation
- type: JSONSchema
url: json-schema/lever-opportunity-schema.json
- type: JSONSchema
url: json-schema/lever-posting-schema.json
- type: JSONLD
url: json-ld/lever-co-context.jsonld
- type: Documentation
url: https://github.com/lever/postings-api
- type: Documentation
url: https://github.com/lever/postings-api/blob/master/README.md
- aid: lever-co:lever-co-panels-api
name: Lever Panels API
description: Interview panels comprising multiple interviewers.
humanURL: https://hire.lever.co/developer/documentation
baseURL: https://api.lever.co/v1
tags:
- Panels
properties:
- type: OpenAPI
url: openapi/lever-co-panels-api-openapi.yml
- type: Overlay
url: overlays/lever-co-panels-api-overlay.yaml
- type: Documentation
url: https://hire.lever.co/developer/documentation
- type: JSONSchema
url: json-schema/lever-opportunity-schema.json
- type: JSONSchema
url: json-schema/lever-posting-schema.json
- type: JSONLD
url: json-ld/lever-co-context.jsonld
- type: Documentation
url: https://github.com/lever/postings-api
- type: Documentation
url: https://github.com/lever/postings-api/blob/master/README.md
- aid: lever-co:lever-co-postings-api
name: Lever Postings API
description: Job postings published to the company careers site.
humanURL: https://hire.lever.co/developer/documentation
baseURL: https://api.lever.co/v1
tags:
- Postings
properties:
- type: OpenAPI
url: openapi/lever-co-postings-api-openapi.yml
- type: Overlay
url: overlays/lever-co-postings-api-overlay.yaml
- type: Documentation
url: https://hire.lever.co/developer/documentation
- type: JSONSchema
url: json-schema/lever-opportunity-schema.json
- type: JSONSchema
url: json-schema/lever-posting-schema.json
- type: JSONLD
url: json-ld/lever-co-context.jsonld
- type: Documentation
url: https://github.com/lever/postings-api
- type: Documentation
url: https://github.com/lever/postings-api/blob/master/README.md
- aid: lever-co:lever-co-requisitions-api
name: Lever Requisitions API
description: Headcount-tracking job requisitions backing postings.
humanURL: https://hire.lever.co/developer/documentation
baseURL: https://api.lever.co/v1
tags:
- Requisitions
properties:
- type: OpenAPI
url: openapi/lever-co-requisitions-api-openapi.yml
- type: Overlay
url: overlays/lever-co-requisitions-api-overlay.yaml
- type: Documentation
url: https://hire.lever.co/developer/documentation
- type: JSONSchema
url: json-schema/lever-opportunity-schema.json
- type: JSONSchema
url: json-schema/lever-posting-schema.json
- type: JSONLD
url: json-ld/lever-co-context.jsonld
- type: Documentation
url: https://github.com/lever/postings-api
- type: Documentation
url: https://github.com/lever/postings-api/blob/master/README.md
- aid: lever-co:lever-co-sources-api
name: Lever Sources API
description: How candidates entered the pipeline (referral, agency, job board, sourced, etc).
humanURL: https://hire.lever.co/developer/documentation
baseURL: https://api.lever.co/v1
tags:
- Sources
properties:
- type: OpenAPI
url: openapi/lever-co-sources-api-openapi.yml
- type: Overlay
url: overlays/lever-co-sources-api-overlay.yaml
- type: Documentation
url: https://hire.lever.co/developer/documentation
- type: JSONSchema
url: json-schema/lever-opportunity-schema.json
- type: JSONSchema
url: json-schema/lever-posting-schema.json
- type: JSONLD
url: json-ld/lever-co-context.jsonld
- type: Documentation
url: https://github.com/lever/postings-api
- type: Documentation
url: https://github.com/lever/postings-api/blob/master/README.md
- aid: lever-co:lever-co-stages-api
name: Lever Stages API
description: Pipeline stages (lead, applicant, phone screen, on-site, offer, hired, archived).
humanURL: https://hire.lever.co/developer/documentation
baseURL: https://api.lever.co/v1
tags:
- Stages
properties:
- type: OpenAPI
url: openapi/lever-co-stages-api-openapi.yml
- type: Overlay
url: overlays/lever-co-stages-api-overlay.yaml
- type: Documentation
url: https://hire.lever.co/developer/documentation
- type: JSONSchema
url: json-schema/lever-opportunity-schema.json
- type: JSONSchema
url: json-schema/lever-posting-schema.json
- type: JSONLD
url: json-ld/lever-co-context.jsonld
- type: Documentation
url: https://github.com/lever/postings-api
- type: Documentation
url: https://github.com/lever/postings-api/blob/master/README.md
- aid: lever-co:lever-co-tags-api
name: Lever Tags API
description: Free-form tags applied to opportunities.
humanURL: https://hire.lever.co/developer/documentation
baseURL: https://api.lever.co/v1
tags:
- Tags
properties:
- type: OpenAPI
url: openapi/lever-co-tags-api-openapi.yml
- type: Overlay
url: overlays/lever-co-tags-api-overlay.yaml
- type: Documentation
url: https://hire.lever.co/developer/documentation
- type: JSONSchema
url: json-schema/lever-opportunity-schema.json
- type: JSONSchema
url: json-schema/lever-posting-schema.json
- type: JSONLD
url: json-ld/lever-co-context.jsonld
- type: Documentation
url: https://github.com/lever/postings-api
- type: Documentation
url: https://github.com/lever/postings-api/blob/master/README.md
- aid: lever-co:lever-co-users-api
name: Lever Users API
description: Lever users (recruiters, hiring managers, interviewers, admins).
humanURL: https://hire.lever.co/developer/documentation
baseURL: https://api.lever.co/v1
tags:
- User
tags_raw:
- Users
properties:
- type: OpenAPI
url: openapi/lever-co-users-api-openapi.yml
- type: Overlay
url: overlays/lever-co-users-api-overlay.yaml
- type: Documentation
url: https://hire.lever.co/developer/documentation
- type: JSONSchema
url: json-schema/lever-opportunity-schema.json
- type: JSONSchema
url: json-schema/lever-posting-schema.json
- type: JSONLD
url: json-ld/lever-co-context.jsonld
- type: Documentation
url: https://github.com/lever/postings-api
- type: Documentation
url: https://github.com/lever/postings-api/blob/master/README.md
- aid: lever-co:lever-co-webhooks-api
name: Lever Webhooks API
description: Outbound event subscriptions.
humanURL: https://hire.lever.co/developer/documentation
baseURL: https://api.lever.co/v1
tags:
- Webhook
tags_raw:
- Webhooks
properties:
- type: OpenAPI
url: openapi/lever-co-webhooks-api-openapi.yml
- type: Overlay
url: overlays/lever-co-webhooks-api-overlay.yaml
- type: Documentation
url: https://hire.lever.co/developer/documentation
- type: JSONSchema
url: json-schema/lever-opportunity-schema.json
- type: JSONSchema
url: json-schema/lever-posting-schema.json
- type: JSONLD
url: json-ld/lever-co-context.jsonld
- type: Documentation
url: https://github.com/lever/postings-api
- type: Documentation
url: https://github.com/lever/postings-api/blob/master/README.md
name: Lever
description: 'Lever is an applicant tracking system (ATS) and candidate relationship management (CRM) platform for recruiting
teams, now owned by Employ Inc. alongside Jobvite, JazzHR and NXTThing RPO. Lever exposes two distinct public surfaces:
the authenticated Lever Data API at https://api.lever.co/v1 — a REST API over the whole recruiting pipeline (opportunities,
contacts, applications, postings, requisitions, interviews, panels, feedback, notes, files, offers, users, stages, sources,
tags, EEO responses, audit events and webhooks) — and an unauthenticated public Postings API at https://api.lever.co/v0/postings
used to syndicate job listings to careers sites and third-party job boards, including an XML feed mode. Access to the Data
API is credential-split: Lever customers use HTTP Basic with an API key for their own internal workflows, while every third-party
product integration must use OAuth 2.0 and be approved through the Lever partner program, which also provisions a separate
sandbox at https://api.sandbox.lever.co/v1. Lever publishes 52 OAuth scopes, ten webhook events with HMAC-SHA256 body signing,
a dated API changelog, and a deprecation page covering the legacy Candidates surface superseded by Opportunities in 2020.
It ships no first-party SDK in any package registry and no MCP server.'
created: '2026-05-25'
modified: '2026-08-26'
tags:
- Applicant Tracking
- ATS
- CRM
- Recruiting
- Hiring
- Talent Acquisition
- Human Resources
- HR Tech
- Postings
- Webhook
- Authentication
tags_raw:
- Applicant Tracking
- ATS
- CRM
- Recruiting
- Hiring
- Talent Acquisition
- Human Resources
- HR Tech
- Postings
- Webhooks
- OAuth
kind: contract
accessModel:
pricing: enterprise
onboarding: self-serve
trial: false
try_now: false
public: false
label: Enterprise · Self-serve signup
confidence: high
source:
- plans
- authentication
generated: '2026-07-22'
method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/lever-co.png
access: 3rd-Party
common:
- type: Website
url: https://www.lever.co/
- type: PostmanWorkspace
url: https://www.postman.com/kinlaneapi/lever/overview
- type: AgenticAccess
url: agentic-access/lever-co-agentic-access.yml
- type: TrustCenter
url: security/lever-co-trust-center.yml
- type: VulnerabilityDisclosure
url: security/lever-co-vulnerability-disclosure.yml
- type: DomainSecurity
url: security/lever-co-domain-security.yml
- type: Authentication
url: authentication/lever-co-authentication.yml
- type: OAuthScopes
url: scopes/lever-co-scopes.yml
- 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
- type: Packages
url: packages/lever-co-packages.yml
name: Client Libraries and Packages
- type: X-MCPServerCandidate
url: mcp/lever-co-mcp.yml
note: 'Renamed from MCPServer 2026-09-03 (roadmap#247): the manifest self-describes as status: candidate — a tool list derived
from the published API contracts, not an existing server. The scorer already read the manifest and reported mcp_server
correctly; the MCPServer type was crediting the artifact-type surfaces with a server that does not exist.'
name: MCP Server Profile
- type: LLMsTxt
url: llms/lever-co-llms.txt
name: llms.txt
- type: Conventions
url: conventions/lever-co-conventions.yml
name: API Conventions and Runtime Semantics
- type: ErrorCatalog
url: errors/lever-co-problem-types.yml
name: Error Catalog
- type: Lifecycle
url: lifecycle/lever-co-lifecycle.yml
name: API Lifecycle
- type: Deprecation
url: lifecycle/lever-co-lifecycle.yml
name: Deprecation Policy
- type: ChangeLog
url: changelog/lever-co-changelog.yml
name: API Changelog
- type: ChangeLog
url: https://hire.lever.co/developer/updates
name: Lever API Updates
- type: Conformance
url: conformance/lever-co-conformance.yml
name: Standards Conformance
- type: Compliance
url: security/lever-co-trust-center.yml
name: Security and Compliance Certifications
- type: DataModel
url: data-model/lever-co-data-model.yml
name: Data Model
- type: Sandbox
url: sandbox/lever-co-sandbox.yml
name: Sandbox and Test Environment
- type: AgentSkill
url: skills/_index.yml
name: Agent Skills
- type: Webhooks
url: openapi/lever-webhooks-asyncapi.yml
name: Webhook Event Catalog
- type: APIReference
url: https://hire.lever.co/developer/documentation
name: Lever Data API Reference
- type: GettingStarted
url: https://hire.lever.co/developer/partner
name: Getting Started - Partner Integration
- type: GitHubOrganization
url: https://github.com/lever
name: Lever on GitHub
- type: Postman
url: https://github.com/lever/integrator-resources/tree/main/DataAPIPostman
name: Official Lever Data API Postman Collection
- type: SignUp
url: https://www.lever.co/demo
name: Request a Demo
- type: Login
url: https://hire.lever.co/
name: Lever Hire Sign In
properties:
- type: Vocabulary
url: vocabulary/lever-co-vocabulary.yml
include: []
maintainers:
- FN: Kin Lane
url: https://kinlane.com
email: info@apievangelist.com
x-enrichment:
date: '2026-08-26'
status: enriched
artifacts_added: 35
pass: local-v1
Every provider here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for providers
9 MCP tools reach this
find_providersBrowse and filter every provider in the catalog.
get_provider_artifactsEvery artifact this provider publishes, grouped by type.
get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
get_provider_ratingPRO — composite, band, trend and facet scores.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This provider
curl "https://apis.io/api/v1/providers/lever-co"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/lever-co/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/lever-co/evidence"
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 .
A second provider on the same verified email joins the account you already have.