---
title: "Create mobile user device"
method: POST
path: "/messages/topics/mobiles/devices"
tags: ["Message"]
---

# Create mobile user device

`POST /messages/topics/mobiles/devices`

This endpoint is used to create mobile user device

## Request body

- object
  - `device_type` string
  - `token` string

## Response `200`

Create mobile user device successfuly

- MobileUserDevices
  - `created_at` string
  - `device_type` string
  - `is_active` boolean
  - `mobile_user_id` unknown
  - `token` string
  - `updated_at` string

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/inquirer/apis/mobile-middleware.md) · [All operations](https://skmtc.net/inquirer/apis/mobile-middleware/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/inquirer/mobile-middleware/revisions/b0608768680f/schema)
