Skip to main content
Most list endpoints accept filter query parameters. Filters compose with AND semantics.

Common filters

ParameterExampleDescription
created_after2026-01-01T00:00:00ZResources created on or after this timestamp.
created_before2026-06-01T00:00:00ZResources created before this timestamp.
statusactiveFilter by status. Resource-specific.
qcentral stationFree-text search where supported.

Combining filters

curl "https://api.spirii.com/v1/transactions?status=COMPLETED&created_after=2026-01-01T00:00:00Z" \
  -H "Authorization: Bearer YOUR_API_KEY"
Endpoint-specific filters are documented on each list endpoint in the API Reference.