Skip to main content

Authentication

All API endpoints are authenticated using JWT tokens. Levers uses your client_id and client_secret keys to control access to our API. You can find your keys in your settings page. To generate a new access token follow the steps below:
In response to the above request you’ll receive an access token which can be used to authenticate the API endpoints.
Use the access token to authenticate an API endpoint