Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

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

Path Parameters

subscriptionId
string
required

The ID of the subscription

Response

200 - application/json

The list of current and available alerts for the subscription.

available
object[]

The list of available usage alerts.

current
object[]

The list of the current usage alerts.

Last modified on August 7, 2026