---
title: "POST /api/device/register-push-token"
method: POST
path: "/api/device/register-push-token"
tags: ["Device"]
---

# POST /api/device/register-push-token

`POST /api/device/register-push-token`

## Request body

- object
  - `token` string, required
  - `platform` 'ios', required
  - `bundleId` string, required
  - `environment` 'development' | 'production', required
  - `appVersion` string
  - `osVersion` string
  - `timezone` string

## Response `200`

OK

- object
  - `ok` unknown, required

---

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