Navigation

Lists

A list is a set of values your policies match on with the in_list condition: user IDs, IP addresses, emails, email domains, phone numbers, fingerprints, countries, or device IDs. Block lists, allow lists, VIP lists, and watch lists are all the same primitive. From your backend you add values to a list and remove them again, for example to ban a user the moment your own systems flag them.

You create lists in the dashboard, where each list's ID is in its URL. To learn how policies use them, see lists.

Endpoints
POST /v3/lists/:id/add
POST /v3/lists/:id/remove