v1

latestOpenAPI 3.1.02026-07-243035381.4 MB
Subscriptions

Update alert

This endpoint is compatible with our deprecated v3 Notifications product. To use it with v3, simply replace 'v4' with 'v3' in the request URL.

<p style="display: none">/v4/subscription/{id}</p> <p>Update alert.</p>
put/v4/subscription/{id}

Path parameters

idstring required
Example:5e68c66581f2ee32bc354087

Alert ID

Request body

urlstring

URL of the endpoint, where HTTP POST request will be sent.

mempoolboolean

Flag indicating whether the alert should include mempool transactions. Only available on BTC blockchain.

pausedboolean

Flag indicating whether the alert should be paused or resumed.

finality'confirmed' | 'final'

Choose between speed (confirmed) and block confirmations on chain (final). Only available on TRON and EVM for now (v4).

templateId'enriched' | 'enriched_with_raw_data' | 'legacy' | '68b825be1aa0da023d4c9018 (custom template)'

Configure the response format. Only available on TRON and EVM for now (v4).

Example request

{
  "url": "https://dashboard.tatum.io/webhook-handler",
  "finality": "confirmed",
  "templateId": "enriched"
}

Response

OK