Overview
The MonetizationOS Webscale API provides entitlement checking and usage tracking capabilities for applications. This API allows you to check user access to features, track metered usage, and customer product holdings in real-time across your application infrastructure.
Authentication
All API endpoints require authentication via API keys passed in the Authorization header. You will find your environment specific keys in the Dashboard. The Authorization header follows the Bearer token format:
Authorization: Bearer <api_key>API keys have the format: {key_type}_{environment_id}_{key_data}
- Secret keys:
sk_*- Can access all features including diagnostics - Public keys:
pk_*- Limited access, cannot specify userIdentifier