A Postman collection to get ramped up with the Data API quickly.
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.
- Clone the repository and navigate into the
ExampleOAuthApp
folder
npm install
npx nodemon backend.js
-
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!
-
Add at least one opportunity to your Lever Sandbox account
-
Add your credentials to .env file
-
Click CONNECT TO LEVER
-
Log into your Lever Sandbox account
-
Click Accept to grant your app access to the scopes requested
-
Click Opportunities (Make sure to change the endpoint if you have not requested either of the opportunities scopes)