Saltar para o conteúdo principal

List API Keys

GET
Returns all API keys for the authenticated user.
Language=bash
Response

Create API Key

POST
Creates a new API key for your workspace. The full key value is only returned once at creation time.
Language=bash
Response

Update API Key

PUT /api/api-keys/:keyId
Updates an existing API key’s name, enabled status, or remaining quota.
Language=bash

Revoke API Key

DELETE /api/api-keys/:keyId
Permanently deletes an API key. A security notification is emitted.
Language=bash
Última modificação em 17 de julho de 2026