v1

latestOpenAPI 3.1.02026-07-243035381.4 MB
Templates

Update the default notification template

/v4/subscription/template/default

Update the default notification template for the current API key. Accepts enriched, enriched_with_raw_data, or a custom template ID. Custom template must exist. Deprecated legacy is also accepted.

put/v4/subscription/template/default

Request body

templateIdstring required

A built-in template name or a custom template ID.

Example request

{
  "templateId": "enriched"
}

Response

OK