API Keys
Create and manage API keys for programmatic access.
API keys provide programmatic access to the Dunmore API, scoped to a project.
List API Keys
GET /api/projects/:projectId/keys
Create API Key
POST /api/projects/:projectId/keys
| Field | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Display name for the key |
The response includes the full API key once. Store it securely — it cannot be retrieved again.
Revoke API Key
DELETE /api/projects/:projectId/keys/:keyId
Revoking a key is permanent and takes effect immediately.