Import API Key
POST/v2alpha1/admin/importedApiKeys
Imports an external API key into the system. Allows importing keys from legacy systems or external providers. The raw key is hashed with SHA-512/256 and only the hash is stored — the raw key is never retained. Imported keys support token derivation (JWT/Macaroon) like issued keys.
Request
Responses
- 200
- 201
- default
A successful response.
API key imported successfully.
An unexpected error response.