Add new transaction alert(s)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Transaction alert data to add.
alert_id
Unique identifier for a alert belonging to a transaction. This is the primary key for a transaction alert and should be unique across all transaction alerts. Updates to a transaction alert should be made using this identifier.
timestamp
The time of the transaction alert. This should be in ISO 8601 format. When adding a new transaction alert, this field represents the creation time. When updating a transaction alert, this represents the time of the update.
additional_properties
Additional metadata that relates to a transaction alert.
check_type
The type of monitoring check that triggered the alert.
Allowed values:
status
Allowed values:
Response
Transaction alert added successfully
alert_id
Unique identifier for a alert belonging to a transaction. This is the primary key for a transaction alert and should be unique across all transaction alerts. Updates to a transaction alert should be made using this identifier.
timestamp
The time of the transaction alert. This should be in ISO 8601 format. When adding a new transaction alert, this field represents the creation time. When updating a transaction alert, this represents the time of the update.
status
Allowed values:
check_type
The type of monitoring check that triggered the alert.
Allowed values:
additional_properties
Additional metadata that relates to a transaction alert.