---
title: "Send Silent Push Debug"
method: POST
path: "/users/{user_id}/send-silent"
tags: ["users"]
---

# Send Silent Push Debug

`POST /users/{user_id}/send-silent`

Trigger the widget-refresh silent push for the calling user.

``current_user`` binds the path ``user_id`` and 403s on a mismatch, so a
caller can only refresh their own widget. Before that dependency existed
here the endpoint was reachable unauthenticated for any ``user_id``.

## Path parameters

- `user_id` string, nullable, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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