API Reference Overview
The O2VEND Storefront API provides programmatic access to store data and functionality.
Base URL
All API requests are made to:
{protocol}://{hostname}/shopfront/api/v2
Authentication
All API requests require authentication using the X-O2VEND-SHOPFRONT-API-KEY header.
GET /shopfront/api/v2/products
X-O2VEND-SHOPFRONT-API-KEY: your-api-key-here
Response Format
All responses are in JSON format with lowercase camelCase field names.
API Versioning
The current API version is v2. Previous versions may be deprecated.
Interactive Documentation
Use the interactive API documentation to try endpoints directly:
- Browse all available endpoints
- See request/response examples
- Test API calls with your credentials