Skip to main content
GET
/
usage
/
metrics
{
  "monitorCount": 3,
  "statusPageCount": 1,
  "projectCount": 1,
  "teamMemberCount": 2,
  "notificationChannels": [
    "email",
    "slack"
  ],
  "storageUsed": 1024,
  "apiCallCount": 5000
}

Authorizations

Authorization
string
header
required

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

Response

Returns current usage metrics

monitorCount
number
Example:

3

statusPageCount
number
Example:

1

projectCount
number
Example:

1

teamMemberCount
number
Example:

2

notificationChannels
string[]
Example:
["email", "slack"]
storageUsed
number
Example:

1024

apiCallCount
number
Example:

5000