latestOpenAPI 3.0.32026-08-08360156.4 KB

ae7fddf16bf9

Exclusion Lists

Get all exclusion lists

Returns all exclusion lists the authenticated user has access to (owned lists and lists shared with their team)

get/api/intellimatch/exclusion-lists

Response

Ok

Example response

{
  "lists": [
    {
      "id": 1,
      "name": "Competitors",
      "is_shared": true,
      "is_owner": true,
      "user_id": 123,
      "owner_name": "John Doe"
    }
  ]
}