---
title: "Blacklist - Aggiunta"
method: POST
path: "/api/blacklist/add"
---

# Blacklist - Aggiunta

`POST /api/blacklist/add`

Aggiunge un numero di telefono alla blacklist, così che eventuali futuri invii disposti su uno specifico numero di telefono vengano bloccati.

## Query parameters

- `api_key` string

## Request body

- object
  - `phone` string, required — Numero di telefono da aggiungere alla blacklist.
  - `soft_block` boolean — Se `true`, il numero viene aggiunto in blacklist sono per gli invii massivi, permettendo quindi gli invii da sequenze.

## Response `200`

OK

## Changes

> 18 revisions in range; 1 could not be searched.

- **2025-04-16** `87acea7a1c4f` — 1 info
  - endpoint added
- **2025-04-15** `919eb7a392aa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/simplenetworks/apis/trilly-api/changes/api/blacklist/add/post.md)

---

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