Alert
Create a budget alert
Create a new budget alert with threshold and current spend.
post/alerts/
Query parameters
cookie_namestring nullable
tenant_idinteger
Request body
Example request
{
"name": "Monthly spend warning",
"threshold_amount": 1000
}Response
Successful Response
Example response
{
"tenant_id": 1
}