Related schemas
- Block List Entry — field reference for block list entry objects
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/v2/block-lists-entries | Create block list entry |
| GET | /api/v2/block-lists-entries | List block list entry |
| GET | /api/v2/block-lists-entries/{id} | Get block list entry |
| PATCH | /api/v2/block-lists-entries/{id} | Patch block list entry |
| DELETE | /api/v2/block-lists-entries/{id} | Delete block list entry |
| DELETE | /api/v2/block-lists-entries | Delete all block list entries |
| POST | /api/v2/block-lists-entries/bulk-create | Bulk create block list entry |
| POST | /api/v2/block-lists-entries/bulk-delete | Bulk delete block list entry |
| GET | /api/v2/block-lists-entries/download | Download all block list entries as CSV |