Setting Up Your Development Environment
This guide is your starting point for integrating Cleeng’s subscription and monetization services into your platform. It covers a high-level overview of setup essentials.
Environments: Sandbox vs. Production
Cleeng provides two separate environments:
- Sandbox: A safe testing space that mirrors production. Use it to test API calls, simulate purchases, and validate flows without affecting real users or data.
You can explore the Sandbox setup guide and main starting points: - Production: The live environment for real transactions and users.
Cleeng APIs Overview
API Reference Overview provides introduction to Cleeng APIs that include two main API families:
- MediaStore API (end-user JWT authentication) for front-end integrations (client apps) : MediaStore API Reference
- Core API (Publisher Token authentication) for backend/middleware (server-to-server) integrations: Core API (3.1) Reference
Next Steps: Quick Start Guide
To get up and running quickly, follow our Quick Start Guide. It walks you through:
- Creating a sandbox account
- Generating API keys
- Creating offers
Updated 5 days ago