Skip to main content
POST
Test alert delivery API

Frequently asked questions

Only the data. The payload carries "test": true and synthetic events, but it travels the identical code path with the same headers, the same HMAC signing and the same timeout. If your verification passes here it will pass in production.
No. A test fire never advances the watermark and never consumes real events, so you can run it as often as you need while building your receiver.
Roughly 10 test fires per hour per key.

Authorizations

Authorization
string
header
required

API key in format tapi_live_[32-char] (live) or tapi_test_[32-char] (test)

Path Parameters

id
string
required

The alert id.

Example:

"alrt_9f2c4a1e"

Response

The test fire result, including how your endpoint responded

success
boolean
Example:

true

data
object