Learn how to manage Axiom notifiers via API.
API_TOKEN
with the Axiom API token you have generated. For added security, store the API token in an environment variable.notifiers
endpoint. In the body of the request, specify the following:
name
of the notifier.properties
field takes an object that defines the attributes of the notifier. The required attributes depend on the type of notifier you create. For example, to create an email notifier, specify the list of emails to be notified.AXIOM_DOMAIN
with api.axiom.co
if your organization uses the US region, and with api.eu.axiom.co
if your organization uses the EU region. For more information, see Regions.Replace API_TOKEN
with the Axiom API token you have generated. For added security, store the API token in an environment variable.notifiers
endpoint. For example:
AXIOM_DOMAIN
with api.axiom.co
if your organization uses the US region, and with api.eu.axiom.co
if your organization uses the EU region. For more information, see Regions.Replace API_TOKEN
with the Axiom API token you have generated. For added security, store the API token in an environment variable.notifiers/NOTIFIER_ID
endpoint where NOTIFIER_ID
is the unique ID of the notifier. For example:
AXIOM_DOMAIN
with api.axiom.co
if your organization uses the US region, and with api.eu.axiom.co
if your organization uses the EU region. For more information, see Regions.Replace API_TOKEN
with the Axiom API token you have generated. For added security, store the API token in an environment variable.notifiers/NOTIFIER_ID
endpoint where NOTIFIER_ID
is the unique ID of the notifier. In the body of the request, specify the properties you want to update. Include the name
field even if you don’t want to change it. For example:
AXIOM_DOMAIN
with api.axiom.co
if your organization uses the US region, and with api.eu.axiom.co
if your organization uses the EU region. For more information, see Regions.Replace API_TOKEN
with the Axiom API token you have generated. For added security, store the API token in an environment variable.notifiers/NOTIFIER_ID
endpoint where NOTIFIER_ID
is the unique ID of the notifier. For example:
AXIOM_DOMAIN
with api.axiom.co
if your organization uses the US region, and with api.eu.axiom.co
if your organization uses the EU region. For more information, see Regions.Replace API_TOKEN
with the Axiom API token you have generated. For added security, store the API token in an environment variable.