POST
/
v1
/
customer-alerts
/
reset
Reset an alert for a customer
curl --request POST \
  --url https://api.metronome.com/v1/customer-alerts/reset \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "alert_id": "5e8691bf-b22a-4672-922d-f80eee940f01",
  "customer_id": "4c83caf3-8af4-44e2-9aeb-e290531726d9"
}'

Authorizations

Authorization
string
header
required

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

Body

application/json

The customer and alert

The body is of type object.

Response

200

Success