Integrator Resources

Data API Postman

A Postman collection to get ramped up with the Data API quickly.

OAuth Example App

A small app to experience and see code examples of the 5 steps to get OAuth authentication set up on your integration

To get started with the example app. The app uses Express/NodeJS.

  1. Clone the repository and navigate into the folder
npm install
npx nodemon backend.js
  1. Make sure you've registered for OAuth, and added a localhost URI to your list of callbacks. Adding http://localhost:3000/login would be the easiest!

  2. Add at least one opportunity to your Lever Sandbox account

  3. Add your credentials to .env file

  4. Open http://localhost:3000

  5. Click CONNECT TO LEVER

  6. Log into your Lever Sandbox account

  7. Click Accept to grant your app access to the scopes requested

  8. Click Opportunities (Make sure to change the endpoint if you have not requested either of the opportunities scopes)