---
title: "POST /v1/alert/alert-pages"
method: POST
path: "/v1/alert/alert-pages"
tags: ["Alert"]
---

# POST /v1/alert/alert-pages

`POST /v1/alert/alert-pages`

## Request body

- MarksmanApiV1CreateAlertPageRequest — CreateAlertPageRequest creates a new alert page.
  - `name` string
  - `color` string
  - `sortOrder` integer
  - `filter` MarksmanApiV1AlertPageFilter — AlertPageFilter defines which alerts belong to a page (any match).
    - `strategyGroupUids` string[]
    - `levelUids` string[]
    - `strategyUids` string[]
    - `datasourceUids` string[]
    - `datasourceLevelUids` string[]

## Response `200`

OK

- MarksmanApiV1CreateAlertPageReply
  - `uid` string

---

[API](https://skmtc.net/aide-family/apis/untitled-api-3.md) · [All operations](https://skmtc.net/aide-family/apis/untitled-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aide-family/untitled-api-3/revisions/26ae221fccba/schema)
