---
title: "Create a registered device"
method: POST
path: "/api/device-registry"
tags: ["devices"]
---

# Create a registered device

`POST /api/device-registry`

Registers a new device. Validates IMEI (15-digit Luhn check). Rejects duplicate IMEIs with 409.

## Request body

- object

## Response `201`

Created

- ApiDeviceResponse
  - `created_at` string
  - `id` integer
  - `imei` string
  - `label` string
  - `last_seen` string
  - `notes` string
  - `status` string
  - `type` string
  - `updated_at` string

## Other responses

- `400` — invalid IMEI or missing fields
- `409` — duplicate IMEI

---

[API](https://skmtc.net/cubeos-app/apis/meshsat-api.md) · [All operations](https://skmtc.net/cubeos-app/apis/meshsat-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cubeos-app/meshsat-api/versions/c019b6af96ea/schema)
