Skip to main content
The Abstract plugin syncs data locally. Use corsair.abstract.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Email Reputations

Path: abstract.db.emailReputations.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Email Validations

Path: abstract.db.emailValidations.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Iban Validations

Path: abstract.db.ibanValidations.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Vat Categories

Path: abstract.db.vatCategories.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.