Rotate an API key
API Keys
Rotate an API key
Revokes the key and issues a replacement. The new plaintext secret is returned exactly once. Requires SIWE bearer auth.
POST
Rotate an API key
Authorizations
SIWE access token returned by POST /auth/verify.
Path Parameters
API key id.
Response
New API key issued. The key field appears only in this response.
Example:
"trading-bot"
Non-secret display fragment of the key.
Example:
"umk_live_AbC123"
Rate-limit tier.
Available options:
DEFAULT, PRO, INTERNAL The full plaintext secret. Returned only once, at creation or rotation.
Example:
"umk_live_xxxxxxxxxxxxxxxxxxxxxxxx"
