Authentication
Authentication
Autolane uses two authentication methods depending on which API you are accessing.
AV / Ride-Hail Analytics API
Analytics API requests require an API key passed in the Authorization header as a Bearer token.
Creating an API key
- Log in to the Autolane Portal
- Navigate to Organization Settings > API Keys
- Click Create API Key
- Enter a name for your key (e.g., “Analytics Integration”)
- Select the analytics:read permission
- Click Create and copy the key — it is only shown once
Using your API key
Finding your Site ID
Your Site ID is a UUID visible in the Autolane Portal URL when viewing a site:
Direct Delivery API
Direct Delivery API requests require an Autolane API key in the Authorization header plus a per-site x-retailer-id header (UUID). Your organization is resolved from the API key; the retailer/site is resolved from the header.
Creating an API key
- Log in to the Autolane Portal
- Navigate to Organization Settings > API Keys
- Click Create API Key
- Enter a name for your key (e.g., “Delivery Integration”)
- Select the permissions your integration needs:
- Click Create and copy the key — it is only shown once
You can view and revoke Direct Delivery API keys at any time from the same API Keys page.
Using your API key
The x-retailer-id value is your store’s site UUID, available in the Autolane Portal under your store’s settings.
Rate limits
API key requests share the same per-organization rate limit as dashboard requests. If you receive a 429 response, wait before retrying. Rate limit details are included in response headers.
Key management
You can view and revoke API keys at any time from the API Keys page in your organization settings. Revoked keys immediately stop working.