Get Suppression List

The Suppression List API enables you to manage users who should be excluded from receiving communications on specific channels. This API enables you to retrieve the list of all suppressed users across various channels.

Authentication

AuthorizationBearer
Enter your API Key. If you don't have it already, you can create one from the API Keys page within your Fyno account

Path parameters

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

Response

Suppression list fetched.
_idstringOptional
Unique identifier of the suppression record
destinationstringOptional
Phone number or email of the suppressed user
distinct_idstringOptional

Unique identifier (used as an alternative to destination)

channelstringOptional

Communication channel (e.g., sms, whatsapp, email)

descriptionstringOptional

Reason or tag for suppression (e.g., “DND”, “Testing”).

created_atstringOptional
Timestamp when the suppression was created
expiry_tsstringOptional
Optional timestamp for expiration of suppression

Errors

401
Unauthorized Error