Base URLs
Credential model
Send server credentials as a Bearer token:
sk_.
Public authentication endpoints
POST /api/v1/auth/send-otpPOST /api/v1/auth/verify-otpPOST /api/v1/auth/signup
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Public catalog and trusted-backend credentials
| Base URL | Endpoints |
|---|---|
https://api.nozle.app/api/v1 | Entitlements, checkout, margin, credits, and Nozle intelligence APIs |
https://core.nozle.app/api/v1 | Customers, events, plans, subscriptions, invoices, wallets, and billing resources |
| Key type | Prefix | Location | Access |
|---|---|---|---|
| Publishable | pk_nozle_ | Browser | GET /api/v1/plans only |
| Secret | sk_nozle_ | Trusted backend | Organization-scoped server operations allowed by the key’s permissions |
Authorization: Bearer sk_nozle_your_secret_key
sk_.
Origin headers do not authenticate a caller.POST /api/v1/auth/send-otpPOST /api/v1/auth/verify-otpPOST /api/v1/auth/signup