Skip to main content
POST
/
signals
/
api
/
v1
/
internal
/
signals
/
{signal_id}
/
unsuppress
/
Restore a suppressed signal
curl --request POST \
  --url https://www.closient.com/signals/api/v1/internal/signals/{signal_id}/unsuppress/ \
  --header 'X-API-Key: <api-key>'
{
  "ok": true,
  "detail": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

signal_id
string<shortuuid>
required

Public short-UUID id of the signal to restore.

Required string length: 22
Pattern: ^[23456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz]{22}$

Response

OK

Confirmation of an internal-review moderation action (suppress / ban).

ok
boolean
required

True when the action was applied (actions are idempotent).

detail
string
required

Short human-readable confirmation of what was done.