Skip to main content
GET
Get alert API

Frequently asked questions

Because your consumer needs it to verify the HMAC signature on every delivery, and there is no other way to recover it after creation. Treat the response as sensitive and never log it.
Alerts are owned strictly per API key. An alert created with one key is invisible to another key on the same account, and returns 404 rather than 403 so that ids cannot be probed. Use the key that created it.

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

Alert detail including the webhook secret

success
boolean
Example:

true

data
object