---
title: "Simulate Paid Subscription"
method: POST
path: "/devices/simulate/paid_subscription"
tags: ["/devices"]
---

# Simulate Paid Subscription

`POST /devices/simulate/paid_subscription`

Toggle the simulated Nuki Smart Hosting subscription for a device (sandbox only).
Send `is_expired: true` to simulate an expired subscription, or `false` to simulate an active subscription.
The actual device error is created/cleared by the poller after this state change.

## Request body

- object
  - `device_id` string, uuid, required
  - `is_expired` boolean, required

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/seam/apis/seam-connect.md) · [All operations](https://skmtc.net/seam/apis/seam-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seam/seam-connect/versions/00c35395ce12/schema)
