---
title: "Unmute application tokens"
method: POST
path: "/api/v1/apps/{app_uuid}/token/unmute"
tags: ["Apps"]
---

# Unmute application tokens

`POST /api/v1/apps/{app_uuid}/token/unmute`

The method unmutes notifications to Telegram users having tokens. <a href="https://docs.esputnik.com/docs/muting-or-unmuting-telegram-notifications-for-users#unmuting-notifications">Read more.</a>

## Path parameters

- `app_uuid` string, required

## Request body

- UnmuteToken
  - `token` string, required — Application token.

## Response `200`

OK

## Other responses

- `400` — Bad Request:<br><ul><li>Wrong app uuid</li><li>Token must be specified</li></ul>
- `404` — Not Found:<br><ul><li>Not registered application</li></ul>

---

[API](https://skmtc.net/esputnik/apis/esputnik-com.md) · [All operations](https://skmtc.net/esputnik/apis/esputnik-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/esputnik/esputnik-com/revisions/1c4afd7ba72a/schema)
