ccview-docs/CCView docs
Authentication
--- updatedAt: 2026-07-29T14:53:39.000Z --- # Authentication Every CC View API request is authenticated with your API key, sent as a request header. ```shell curl "https://ccview.io/api/featured-apps?from=2026-07-01T00:00:00Z&to=2026-07-29T00:00:00Z&limit=5" \ -H "Authorization: Bearer YOUR_API_KEY"
READ ON CCVIEW-DOCS ↗