API Overview
Access your ReelPlus analytics data programmatically with the ReelPlus REST API. Build custom dashboards, automate reports, and integrate video commerce data into your workflows.
The ReelPlus API gives you programmatic access to your video commerce analytics data. Use it to build custom dashboards, generate automated reports, or integrate ReelPlus data into your existing business intelligence tools.
Base URL
https://production.reelplus.app/api/v1Available Endpoints
Authentication
Generate API keys and authenticate your requests.
Analytics Summary
Aggregated analytics metrics for your entire store.
Video Analytics
Per-video performance metrics with pagination and sorting.
Widget Analytics
Per-widget performance metrics with type filtering.
Storefront API
App Proxy endpoints for widget rendering and event tracking.
Errors & Rate Limits
HTTP status codes, error formats, and retry strategies.
Authentication
All API v1 endpoints require a Bearer token. Generate an API key from Settings > API Access in your ReelPlus dashboard.
curl -H "Authorization: Bearer rp_your_api_key_here" \
https://production.reelplus.app/api/v1/analytics/summarySee the Authentication Guide for full details.
Rate Limits
| Header | Description |
|---|---|
X-RateLimit-Limit | Maximum requests per window (60) |
X-RateLimit-Remaining | Remaining requests in current window |
X-RateLimit-Reset | Unix timestamp when the window resets |
API access is available on Starter and Enterprise plans.
Analytics & Reporting
Understand your video performance with detailed analytics including views, clicks, add-to-cart events, revenue attribution, and actionable insights to optimize your video strategy.
Authentication
Learn how to generate API keys, authenticate requests, and manage your API credentials securely.