---
title: "Record a daily metric"
method: POST
path: "/v1/org/{orgId}/metric"
tags: ["metric"]
---

# Record a daily metric

`POST /v1/org/{orgId}/metric`

## Path parameters

- `orgId` string, required

## Request body

- RecordMetricRequest
  - `metric` string, required — the name of the metric, for example kpi.revenue.arr
  - `value` number, required — the numeric value of the metric
  - `date` string, date — the date that the metric applies to (if blank, will default to today)

## Other responses

- `400` — bad request
- `401` — not authorized
- `404` — not found

---

[API](https://skmtc.net/charthop/apis/charthop-api.md) · [All operations](https://skmtc.net/charthop/apis/charthop-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/charthop/charthop-api/revisions/2de21f45f447/schema)
