Skip to main content
GET
/
cabinet
/
admin
/
broadcasts
/
email-filters
Get Email Filters
curl --request GET \
  --url http://localhost:8080/cabinet/admin/broadcasts/email-filters
{
  "filters": [
    {
      "key": "<string>",
      "label": "<string>",
      "count": 123,
      "group": "<string>"
    }
  ],
  "total_with_email": 123
}

Response

200 - application/json

Successful Response

Response with all email filters and their counts.

filters
EmailFilterItem · object[]
required
total_with_email
integer
required