v1

latestOpenAPI 3.1.02026-07-2617125852.3 KB
BlockListEntry

List block list entry

Requires one of the following scopes: block_list_entries:read, block_list_entries:all, all:read, all:all

get/api/v2/block-lists-entries

Query parameters

limitinteger
Example:10

The number of items to return

starting_afterstring
Example:01956fbd-0eb1-72db-a565-82977a586084

The ID of the last item in the previous page - used for pagination. You can use the value of the next_starting_after field from the previous response.

domains_onlyboolean
Example:true

Filter by domain

searchstring
Example:example.com

Search by value

Response

The list of Block List Entry

next_starting_afterstring

The filter for getting the next items after this one, this could either be a UUID, a timestamp, on an email depending on the specific API

Example response

{
  "items": [
    {
      "id": "019f94cd-83d7-7e6b-bfe1-49c0166cf5d5",
      "timestamp_created": "2026-07-24T15:45:24.439Z",
      "organization_id": "019f94cd-83d7-7e6b-bfe1-49c1e2ef2967",
      "bl_value": "example.com",
      "is_domain": true
    }
  ],
  "next_starting_after": "019f94cd-ae0b-73f1-a732-0d0e61ebde52"
}