Version: 1.0.0
Authentication APIs
API key lifecycle management for tenant applications.
Provides CRUD operations for API keys, including creation, listing, retrieval, updates, revocation, and usage statistics. All endpoints require JWT authentication; API keys cannot be used to manage other API keys.
All endpoints use POST /api/v1/api-keys/<method> with a JSON request body.
See the API Key Integration Guide for secret vs. publishable keys, scopes, rate limiting, and rotation.
Authentication
- HTTP: Bearer Auth
- API Key: apiKeyAuth
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | JWT |
Security Scheme Type: | apiKey |
|---|---|
Header parameter name: | X-API-Key |