Version: 1.0.0
Auth Gateway API (API Key Management)
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 Restate's HTTP invocation pattern: POST /<package.ServiceName>/<Method> with a JSON request body.
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 |