---
title: "Register device"
method: POST
path: "/v1/devices"
tags: ["Devices"]
---

# Register device

`POST /v1/devices`

Register a device token. Called before login.

## Request body

- object
  - `token` string, required
  - `platform` 'android' | 'ios', required
  - `deviceUuid` string, required

## Response `200`

Default Response

- object
  - `success` boolean

## Other responses

- `400` — Default Response

---

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