Getting Started
Everything your IT team needs to integrate PaidLens with your organization.
Architecture Overview
PaidLens is a multi-tenant commission intelligence platform. Each organization gets an isolated environment with its own users, data stores, commission plans, and payout workflows.
Key Concepts
Quick Start
Get Your API Key
Your organization super admin generates an API key from Admin → Security → API & Webhooks.
Configure SSO (Optional)
Follow the guide to connect your identity provider (Okta, Azure AD, Google Workspace).
Set Up Webhooks (Optional)
Register endpoints to receive real-time notifications for payout approvals, disputes, and commission changes.
Authenticate API Requests
Include your API key in the Authorization header for all API calls.
Authentication
All API requests require an API key passed via the Authorization header:
curl -X GET https://app.paidlens.com/api/v1/users \ -H "Authorization: Bearer pl_live_abc123def456"
Keys use explicit scopes such as users:read, commissions:read, and webhooks:write. The full key is shown once; PaidLens stores only its cryptographic hash.
Rate Limits
| Tier | Limit | Window |
|---|---|---|
| Standard | 100 requests | per minute |
| Bulk operations | 20 requests | per minute |
| Webhook delivery | No limit | — |
SDKs & Libraries
Node.js / TypeScript
Coming SoonPython
Coming SoonREST / cURL
Available