v33

latestOpenAPI 3.0.2raw.githubusercontent.com2026-03-142353151.8 KB
Suppression List

Add User to Suppression List

Add a user to the suppression list for a given channel.<br/><br/><strong>Note:</strong> If both distinct_id and destination are provided, distinct_id takes precedence, and destination is ignored.

post/{WSID}/suppressions

Path parameters

WSIDstring required

Enter your workspace ID. You can obtain this value from the API Keys page within your Fyno account.

Request body

OR

Example request

{
  "distinct_id": "XXXX-XXX-XXXX",
  "channel": "sms",
  "description": "DND"
}

Response

Suppression list updated.

statusstring
_messagestring

Example response

{
  "status": "ok",
  "_message": "User has been added to the suppression!"
}