---
title: "POST /token/device/platform"
method: POST
path: "/token/device/platform"
---

# POST /token/device/platform

`POST /token/device/platform`

Verify authentication

## Query parameters

- `id` string, required

## Request body

- object
  - `id` string, nullable, required
  - `rawId` string, nullable, required
  - `response` AuthenticatorAuthenticationResponse, required
    - `authenticatorData` string, nullable, required
    - `clientDataJSON` string, nullable, required
    - `signature` string, nullable, required
    - `userHandle` string, nullable
  - `type` string, required
  - `authenticatorAttachment` string
  - `clientExtensionResults` object, required

## Response `200`

Success authentication result

- DeviceToken
  - `deviceToken` string, required

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/coinspace/apis/coin-wallet-api-v4.md) · [All operations](https://skmtc.net/coinspace/apis/coin-wallet-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coinspace/coin-wallet-api-v4/versions/8dd1fdcc9afd/schema)
