---
title: "Create a threshold set"
method: POST
path: "/threshold_sets"
tags: ["Athlete Thresholds"]
---

# Create a threshold set

`POST /threshold_sets`

Creates an empty threshold set.

## Request body

- object
  - `name` string — The name of the threshold set
  - `alert` object[]
    - `colour` string
    - `level` number
    - `value` number

## Response `200`

Threshold set was created

- object
  - `id` string, required
  - `name` string, required
  - `is_deleted` integer, required
  - `created_at` string, required
  - `modified_at` string, required
  - `athlete_count` integer, required — Number of athletes in the set

## Other responses

- `401` — Unauthorized
- `422` — Invalid request parameters

---

[API](https://skmtc.net/catapultsports/apis/openfield-connect-v6-api.md) · [All operations](https://skmtc.net/catapultsports/apis/openfield-connect-v6-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/catapultsports/openfield-connect-v6-api/revisions/b68eadaba68c/schema)
