Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Keep preset API

The preset API from Keep — 5 operation(s) for preset.

Keep preset API is one of 27 APIs that Keep publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include preset. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 7 operations across 5 paths, and defines 7 schemas. It is described by OpenAPI 3.0.2, at version 0.24.5.

Requests are made against the base URL https://api.keephq.dev.

7 operations 5 paths 7 schemas 2 DELETE2 GET2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.2
API Version
0.24.5
Base URL
https://api.keephq.dev
Authentication
API Key, HTTP Basic, OAuth 2.0
Resource Areas
1

Authentication & Security 3

Keep preset API declares 3 security schemes for authenticating requests. An API key is passed in the header as X-API-KEY (API Key). It accepts HTTP basic authentication (HTTPBasic). It supports OAuth 2.0 (OAuth2PasswordBearer) using the password flow.

Paths & Operations 7

Across 5 paths, the API surfaces 7 operations — 2 DELETE, 2 GET, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

preset 7
GET
/preset
Get Presets
get_presets_preset_get 1 param → 200422
POST
/preset
Create Preset
create_preset_preset_post body → 200422
PUT
/preset/{uuid}
Update Preset
update_preset_preset__uuid__put 1 param body → 200422
DELETE
/preset/{uuid}
Delete Preset
delete_preset_preset__uuid__delete 1 param → 200422
GET
/preset/{preset_name}/alerts
Get Preset Alerts
get_preset_alerts_preset__preset_name__alerts_get 1 param → 200422
POST
/preset/{preset_id}/tab
Create Preset Tab
create_preset_tab_preset__preset_id__tab_post 1 param body → 200422
DELETE
/preset/{preset_id}/tab/{tab_id}
Delete Tab
delete_tab_preset__preset_id__tab__tab_id__delete 2 params → 200422

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are PresetDto (10 properties), CreateOrUpdatePresetDto (5 properties), ValidationError (3 properties), PresetOption (2 properties). Each schema is shown below with its type and property counts.

HTTPValidationError
object
1 property
CreatePresetTab
object
2 properties 2 required
CreateOrUpdatePresetDto
object
5 properties 1 required
TagDto
object
2 properties 1 required
ValidationError
object
3 properties 3 required
PresetDto
object
10 properties 2 required
PresetOption
object
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

keep-preset-api-openapi.yml Raw ↑

Other APIs Keep publishes across the network.

Keep actions API
Keep alerts API
Keep auth API
Keep dashboard API
Keep deduplications API
Keep enrichment API
Keep extraction API
Keep groups API
Keep healthcheck API
Keep incidents API
Keep Keep API API
Keep maintenance API