Last updated 25 days ago
Get antispam settings
The workspace ID
"b4e02c85-c6d2-4b15-8885-e09671799c61"
OK
Whether antispam is enabled. This uses AI to scan messages for spam and flag it as such.
const response = await fetch('https://api.bird.com/workspaces/{workspaceId}/conversations-antispam-settings', { method: 'GET', headers: {}, }); const data = await response.json();
{ "enabled": false }