ReelPlusReelPlus Help
API ReferenceAPI Overview

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/v1

Available Endpoints

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/summary

See the Authentication Guide for full details.

Rate Limits

HeaderDescription
X-RateLimit-LimitMaximum requests per window (60)
X-RateLimit-RemainingRemaining requests in current window
X-RateLimit-ResetUnix timestamp when the window resets

API access is available on Starter and Enterprise plans.