AND.
Filter Buyers
Use the following filters withGET /v1/buyers:
Example:
Filter Signals
Use the following filters withGET /v1/signals:
Signal types and triggers
If
trigger is provided, type is required.
Example:
Combine filters
Multiple filters are combined usingAND.
Example:
Filter by time
Time filters use inclusive-start and exclusive-end semantics.captured_at, which represents when the Signal occurred.
Sort results
Collection endpoints support:sort_bysort_order
sort_order values are:
Buyers
GET buyers only supportcreated_at
Example:
Signals
GET signals only supportscaptured_at
Example:
Default sorting
Buyers are sorted by default using:sort_by.
Invalid parameters
The API does not silently ignore invalid query input. Unknown query parameters, invalid filter values, unsupported sort fields, invalid sort directions, and invalidtype / trigger combinations return: