Skip to main content
POST
Get a threshold notification

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The customer ID and notification ID of the threshold notification to get

customer_id
string<uuid>
required

The Metronome ID of the customer

alert_id
string<uuid>
required

The Metronome ID of the threshold notification

group_values
object[]

Only present for spend_threshold_reached notifications. Retrieve the notification for a specific group key-value pair.

seat_filter
object

Only allowed for low_remaining_seat_balance_reached notifications. This filters alerts by the seat group key-value pair.

alert_specifiers
object[]

Can be used with only low_remaining_contract_credit_and_commit_balance_reached notifications. Used to filter the alert by the custom field key-value pair.

Response

Success

data
object
required