Authentication
Getting Started
Authentication
Learn how to authenticate your API requests using token-based authentication
GET
Authentication
All requests to the lobstr.io API must include an
Once authenticated, you’ll have access to all API endpoints based on your account’s permission level and subscription plan.
Authorization header with your API token. You can obtain your API token from the API menu in your dashboard.
The authentication format follows the standard Token authentication scheme:
Headers
Your API authentication token from the dashboard. Value:
Token YOUR_API_KEYIf you believe your API key has been compromised, regenerate it immediately from your dashboard. The old key will be invalidated.
Code Examples
Response
200