/
AU
authula
/
Authula API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 3d ago
Details
Filter operations
Access Control
21
Admin Accounts
5
Admin Impersonation
4
Admin Session State
6
Admin User State
8
Admin Users
5
API Keys
6
get
List API keys
post
Create API key
post
Verify API key
get
Get API key by ID
delete
Delete API key
patch
Update API key
Email Password Plugin
7
Invitations
6
JWT Plugin
2
Magic Link Plugin
3
Members
5
OAuth2 Plugin
2
Organizations
5
Team Members
4
Teams
5
TOTP Plugin
6
API Keys
Update API key
Updates an API key's attributes.
patch
/api/auth/api-keys/{id}
Path parameters
id
string
required
Request body
UpdateApiKeyRequest
required
enabled
boolean
nullable
expires_at
string
date-time
nullable
metadata
object
nullable
name
string
nullable
permissions
string[]
nullable
rate_limit_enabled
boolean
nullable
rate_limit_max_requests
integer
nullable
rate_limit_time_window
integer
nullable
Response
OK
UpdateApiKeyResponse
required
api_key
ApiKey
required
Changes