Get the list filters.
Required permissions: View Contacts and transactions
get
Query parameters
apiTokenstringRequired
API authentication token
Responses
200
OK
application/json
countinteger · int32Optional
401
Incorrect Permissions or Invalid API Token
application/json
500
Engage Server Error. Unable to process response at this time.
application/json
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?

