- List exclusion lists
Create exclusion list
Get default exclusion list
List handles in the default exclusion list
Add handles to the default exclusion list
Remove handles from the default exclusion list
Get a specific exclusion list
Rename a specific exclusion list
Delete a specific exclusion list
List handles in a specific exclusion list
Add handles to a specific exclusion list
Remove handles from a specific exclusion list
List exclusion lists
Returns all exclusion lists available to your team, each scoped to a single platform. This includes both the auto-created default list per platform and any specific lists you have created. Adding handles to a list does not filter search on its own — apply a list to a search by passing exclude_list (list IDs), exclude_default_list, or exclude_all_lists in the Discovery or Similar Creators filters.
Security
Bearer
GET
curl -i -X GET \
https://api-dashboard.influencers.club/public/v1/discovery/exclusion-lists/ \
-H 'Authorization: Bearer <YOUR_API_KEY_HERE>'Array [
]
Response
[ { "id": 42, "name": "Blocklist Q4", "platform": "instagram", "is_default": false, "handle_count": 3, "created_at": "2026-01-15T09:30:00Z", "updated_at": "2026-01-20T14:05:00Z" } ]