v1
latestOpenAPI 3.1.02026-07-243035381.4 MBSubscriptions
Update alert
<p style="display: none">/v4/subscription/{id}</p> <p>Update alert.</p>This endpoint is compatible with our deprecated v3 Notifications product. To use it with v3, simply replace 'v4' with 'v3' in the request URL.
put/v4/subscription/{id}
Path parameters
idstring required
Example:5e68c66581f2ee32bc354087
Alert ID
Request body
Example request
{
"url": "https://dashboard.tatum.io/webhook-handler",
"finality": "confirmed",
"templateId": "enriched"
}Response
OK