Articles in this section

Set up an OAuth 2.0 connection to Lever

Lever is recruiting software that helps talent teams scale recruitment efforts and hire people faster.

Set up a connection

After you start the connection, configure it in the Create connection panel and complete all of the required * authentication settings:

Setting

Instructions

Name your connection * 

Enter a clear and distinguishable name.

Throughout integrator.io imports and exports, you will have the option to choose this new connection. A unique identifier will prove helpful later when selecting it from a list of the connections in your account.

Account type * 

Select your Lever account type:

Production: if your Lever account URL is https://www.api.lever.com.

Sandbox: if your Lever account URL is https://www.api.sandbox.lever.com.

Auth type * 

Select OAuth 2.0 as the authentication type for this connection (the basic option is described separately).

OAuth 2.0 client * 

Select the OAuth 2.0 client that stores the client ID and client secret provided to you by Lever.

dataLoad.svg​​ How to retrieve the client ID and client secret

To add an OAuth 2.0 client and configure your credentials, click the plus ( + ) button. Click the edit ( pencil.svg ) button to modify a selected OAuth 2.0 client.

dataLoad.svg​​ How to create OAuth 2.0 client in integrator.io

Scopes * 

Scopes are OAuth 2.0 permissions that the Lever API defines to limit access to your account.

dataLoad.svg​​ How to configure scopes 

Tip

This connector documentation describes only the settings shown for the Simple view. For the corresponding HTTP settings, see OAuth 2.0 auth universal connector documentation.

How to retrieve the client ID and secret

  1. Sign in to your Lever account.

  2. Navigate to Integration and API > API credentials > OAuth tab.

  3. Enter Integration name.

  4. Enter Description.

  5. Enter your integrator.io Callback URI.

  6. Upload your Logo.

  7. Select the required Scopes.

  8. Click Done.

  9. Copy Client ID.

  10. Copy Client secret.

How to create OAuth 2.0 client in integrator.io

Note

This article is concerned only with the settings needed for creating OAuth 2.0 client for Lever. For complete field documentation, see Create a new iClient.

At this point, you’re presented with a series of options for providing OAuth 2.0 HTTP authentication.

Name (required): Enter the required iClient name.

Client ID (required): Enter client ID (retrieved from the above section).

Client secret (required): Enter client secret (retrieved from the above section).

Account type (required): Select the account type (Production or Sandbox).

Lever.png

How to configure scopes

  1. Click Scope.

  2. To access all of the scopes in the API, click the » button.

    – or – 

    Check the scopes you want to add and click the > button.

  3. Click Save.

Additional references