L

Lever Data API

REST discovered

Details
URL
https://api.lever.co/v1
Docs
https://hire.lever.co/developer/documentation
Authentication
Lever OAuth app (client ID and client secret) oauth2 discovered Set up OAuth ↗
Authorization: Bearer <credential>

Register an integration app from Lever's integrations page. Provide your integration name, description, callback URL, logo URL, and required scopes. Lever issues a client_id and client_secret; your app then uses Lever OAuth to obtain access and refresh tokens for customer accounts. Lever's OAuth docs note sandbox and production use separate apps and that the OAuth audience should be https://api.sandbox.lever.co/v1/ for sandbox or https://api.lever.co/v1/ for production.

Lever API key api_key discovered Get key ↗

A Lever Super Admin can generate an API key from the integrations page. Choose the desired endpoints/permissions when creating the key. Lever's FAQ states API keys can be generated there, though partner integrations are expected to use OAuth in production.