---
title: "Register Asset"
method: POST
path: "/assets"
tags: ["Assets"]
---

# Register Asset

`POST /assets`

## Headers

- `x-forwarded-for` string

## Request body

- RegisterAssetRequest
  - `identifier` string, required — Serial Number or ICCID of asset
  - `name` string

## Response `200`

Success

- RegisterAssetResponse
  - `id` string, required
  - `serial_number` string, required
  - `name` string, required
  - `type` string, required
  - `bonus_balance` string — Bonus balance added to the account, if any

## Other responses

- `400` — Bad Request
- `422` — Validation Error

---

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