---
title: "Create Metric Point"
method: POST
path: "/metrics/{metric}/points"
tags: ["Metric Points"]
---

# Create Metric Point

`POST /metrics/{metric}/points`

## Path parameters

- `metric` integer, required

## Request body

- CreateMetricPointRequestData
  - `value` number, required
  - `timestamp` string, nullable

## Response `201`

`MetricPoint`

## Other responses

- `401` — Unauthenticated
- `403` — Authorization error
- `404` — Not found
- `422` — Validation error

---

[API](https://skmtc.net/cachethq/apis/cachet.md) · [All operations](https://skmtc.net/cachethq/apis/cachet/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cachethq/cachet/versions/1cae90969eb9/schema)
