Get Started
Authentication
Authenticate your requests to Levanta with an API key
1. Create a Levanta Account
1. Create a Levanta Account
Visit app.levanta.io to create a Levanta account.
2. Generate an API Key
2. Generate an API Key
Navigate to Settings > API and click “Generate API Key”. This will generate a new API key that you can use to authenticate your requests.
3. Authenticate Requests
3. Authenticate Requests
To authenticate your requests, include the Authorization
header with the value Bearer <api_key>
.
For example: