Welcome to Lightyshare API
The Lightyshare API allows users to access and manage their products, bundles, and rentals through third-party integrations. This REST API uses Bearer token authentication to secure all endpoints.OpenAPI Specification
View the complete OpenAPI specification
Authentication
All API requests require a user authentication token. You can include it in two ways:Option 1: Authorization Header (recommended)
Option 2: Query Parameter
Versioning
Lightyshare uses a date-based versioning system to maintain backwards compatibility.Version Format
API versions use the formatYYYY-MM-DD
(e.g., 2025-08-16
)
How It Works
- Token-based versioning: Each API token is automatically tied to the latest version available at creation time
- Request-level override: You can specify a different version using the
lighty-version
header - Stable URLs: API URLs remain stable - versioning is handled via token or header
Examples
X-API-Version
response header.