For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get the list filters.

Required permissions: View Contacts and transactions

get
Query parameters
apiTokenstringRequired

API authentication token

Responses
200

OK

application/json
countinteger · int32Optional
get/database/filters
GET /database/filters?apiToken=text HTTP/1.1
Host: api.ubiquity.co.nz
Accept: */*
{
  "data": [
    {
      "id": "text",
      "name": "text",
      "description": "text",
      "version": 1,
      "createDate": "2026-01-01T00:00:00.000Z",
      "lastModified": "2026-01-01T00:00:00.000Z",
      "matches": 1,
      "apiFilterString": "text",
      "englishFilterString": "text"
    }
  ],
  "count": 1
}

Last updated

Was this helpful?