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.
_idstring or null
Unique identifier of the suppression record
destinationstring or null
Phone number or email of the suppressed user
distinct_idstring or null

Unique identifier (used as an alternative to destination)

channelstring or null

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

descriptionstring or null

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

created_atstring or null
Timestamp when the suppression was created
expiry_tsstring or null
Optional timestamp for expiration of suppression

Errors