Skip to main content
GET
/
organizations
/
{organization_id}
/
alerts
/
billing
Error
A valid request URL is required to generate request examples
{
  "id": "<string>",
  "active": true,
  "alerts_sent": 123,
  "last_alert_at": "<string>",
  "updated_at": "<string>",
  "config": {
    "threshold": {
      "formatted": "<string>",
      "amount": 123,
      "currency_code": "<string>",
      "currency_symbol": "<string>"
    },
    "mode": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developer.upsun.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

organization_id
string
required

The ID of the organization.
Prefix with name= to retrieve the organization by name instead.

Response

OK

The alert configuration for an organization.

id
string

Type of alert (e.g. "billing")

active
boolean

Whether the billing alert should be active or not.

alerts_sent
number

Number of alerts sent.

last_alert_at
string | null

The datetime the alert was last sent.

updated_at
string | null

The datetime the alert was last updated.

config
object

Configuration for threshold and mode.

Last modified on May 7, 2026