Alert
Enable alert by ID
This endpoint allows you to enable an alert. To enable a plan-level alert for a specific subscription, you must include the subscription_id. The subscription_id is not required for customer or subscription level alerts.
post/alerts/{alert_configuration_id}/enable
Path parameters
alert_configuration_idstring required
Query parameters
subscription_idstring nullable
Used to update the status of a plan alert scoped to this subscription_id
Response
OK
Example response
{
"id": "XuxCbt7x9L82yyeF",
"plan": {
"id": "m2t5akQeh2obwxeU",
"external_plan_id": "m2t5akQeh2obwxeU",
"name": "Example plan"
},
"subscription": {
"id": "VDGsT23osdLb84KD"
}
}