List uptime presets

View as Markdown
List the organization's Uptime Monitor global configurations (presets): the named check settings applied to websites, with how many websites use each and which one is the default for new websites. The id is what the `preset_uptime` field of "Create connection plugin" (`POST /api/public/v1/connection-plugins`) takes. Response fields: `id`, `name`, `status` (enabled, disabled), `is_default`, `interval_seconds`, `timeout_ms`, `method`, `status_codes`, `sites_count` (opt in with `fields[preset-uptimes]=sites_count`), `created_at`, `updated_at`.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful response