---
title: "POST /v1/projects/{projectOrProductUID}/devices/{deviceUID}/provision"
method: POST
path: "/v1/projects/{projectOrProductUID}/devices/{deviceUID}/provision"
tags: ["device"]
---

# POST /v1/projects/{projectOrProductUID}/devices/{deviceUID}/provision

`POST /v1/projects/{projectOrProductUID}/devices/{deviceUID}/provision`

Provision Device for a Project

## Path parameters

- `projectOrProductUID` string, required
- `deviceUID` string, required

## Request body

- object
  - `device_sn` string — The serial number to assign to the device.
  - `fleet_uids` string[], nullable — The fleetUIDs to provision the device to.
  - `product_uid` string, required — The ProductUID that the device should use.

## Response `200`

Successful operation

- object

## Other responses

- `default` — The response body in case of an API error.

---

[API](https://skmtc.dev/blues/apis/notehub-api.md) · [All operations](https://skmtc.dev/blues/apis/notehub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blues/notehub-api/revisions/eaadb187dfae/schema)
