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
Example request
{
"distinct_id": "XXXX-XXX-XXXX",
"channel": "sms",
"description": "DND"
}Response
Suppression list updated.
Example response
{
"status": "ok",
"_message": "User has been added to the suppression!"
}