v4

latestOpenAPI 3.1.02026-08-012281296.0 MB
Tracker

Fire test signals

Send test signals to validate your integration end-to-end. Add rules with isDummy: true to your list, then call this endpoint. Each dummy rule produces a synthetic signal and persists it to your account. If the list has no entities, a well-known example (Google for company lists, Bill Gates for person lists) is added automatically.

Via webhooks — If you have a webhook endpoint configured, test signals are delivered immediately with isDummy: true in the payload so you can distinguish them from real signals.

Via API polling — If you consume signals by polling the API, retrieve your test signals with GET /v1/tracker/signals/:listId?filter=dummy. This returns the same response format as production signals, so you can validate your parsing logic without needing a webhook endpoint.

Completely free, re-triggerable with no cooldown, and has no effect on real monitoring. Dummy rules are never evaluated during normal scheduled runs.

<span><strong>Rate limit:</strong> 120 requests per 1 minute</span>

<span>💰 <strong>Cost:</strong> FREE! No credits are charged for this API. <span title="Pricing shown is default pricing. Actual pricing may vary."></span></span>

post/v1/tracker/fire-dummy/{listId}

Path parameters

listIdstring required

The unique ID of the tracker list.

Query parameters

apiKeystring required

Your Fiber API key

Response

Default Response

advicestring[] nullable

Tips, recommendations, and suggestions for using this API effectively.