---
title: "Create Custom Data Point"
method: POST
path: "/custom-data-points"
tags: ["Custom Data Points"]
---

# Create Custom Data Point

`POST /custom-data-points`

Creates a custom data point.

## Request body

- CreateCustomDataPointBody
  - `name` string, required
  - `dataType` 'text' | 'number' | 'boolean' | 'multiselect', required
  - `modelType` 'user' | 'action', required
  - `description` string
  - `isPublic` boolean — Whether the data point's value is surfaced when getting push challenges and claiminig QR code challenges. Defaults to false (private).

## Response `200`

OK

- CustomDataPointResponseBody
  - `id` string
  - `name` string
  - `dataType` 'text' | 'number' | 'boolean' | 'multiselect'
  - `modelType` 'user' | 'action'
  - `description` string
  - `isPublic` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `409` — Conflict

---

[API](https://skmtc.dev/authsignal/apis/call-connect-api.md) · [All operations](https://skmtc.dev/authsignal/apis/call-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/authsignal/call-connect-api/revisions/5604d744e3ad/schema)
