Settings API
Profile, team, and API key management.
Get profile
GET /api/v1/settings/profileUpdate profile
PATCH /api/v1/settings/profile| Field | Type | Description |
|---|---|---|
name | string | Display name |
email | string | Email address |
Get team
GET /api/v1/settings/teamUpdate team
PATCH /api/v1/settings/team| Field | Type | Description |
|---|---|---|
name | string | Team name |
List API keys
GET /api/v1/settings/api-keysCreate API key
POST /api/v1/settings/api-keys| Field | Type | Required | Description |
|---|---|---|---|
name | string | yes | Human-readable key name |
Returns the full key — shown only once.
Revoke API key
DELETE /api/v1/settings/api-keys/{id}