---
title: "Activation Token"
method: POST
path: "/devices/{device_id}/activation_token"
tags: ["Devices"]
---

# Activation Token

`POST /devices/{device_id}/activation_token`

Create a new device activation token.

## Path parameters

- `device_id` string, required

## Request body

- IssueActivationTokenRequest
  - `allow_reactivation` boolean — Whether this token can reactivate already activated devices. If false, the token is unable to activate devices which are already activated.

## Response `200`

Successfully created the device activation token.

- TokenResponse
  - `token` string, required — The token.
  - `expires_at` string, date-time, required — The expiration date and time of the token.

---

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