Expand description
API Key management endpoints for Identity Provider
Structs§
- ApiKey
IdTag Query - Query parameters for get/delete API key endpoints
- ApiKey
Response - Response structure for API key details (metadata only, no plaintext key)
- Create
ApiKey Request - Request structure for creating a new API key
- Created
ApiKey Response - Response structure for newly created API key (includes plaintext key, shown once)
- List
ApiKeys Query - Query parameters for listing API keys
Functions§
- create_
api_ key - POST /api/api-keys - Create a new API key for a specified identity
- delete_
api_ key - DELETE /api/idp/api-keys/{api_key_id} - Revoke/delete an API key
- get_
api_ key - GET /api/idp/api-keys/{api_key_id} - Get a specific API key by ID
- list_
api_ keys - GET /api/api-keys - List API keys for a specified identity