---
title: "Post DeviceTokens"
method: POST
path: "/v3/deviceTokens"
tags: ["notifications"]
---

# Post DeviceTokens

`POST /v3/deviceTokens`

Post user token for Android, iOS, or web push notifications

## Request body

- DeviceToken
  - `clientId` string — Client id
  - `platform` string, required — ios, android, or web
  - `deviceToken` string, required — The device token

## Response `201`

Successful operation

## Other responses

- `401` — Not authenticated
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/quantimo/apis/curedao-unified-health-api.md) · [All operations](https://skmtc.net/quantimo/apis/curedao-unified-health-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quantimo/curedao-unified-health-api/versions/7ac03025c3d2/schema)
