Skip to main content
GET
/
subscriptions
/
current
{
  "currentPlan": "free",
  "status": "active",
  "limits": {
    "monitorCount": 5,
    "statusPageCount": 1,
    "notificationChannels": [
      "email"
    ],
    "checkFrequencyMinutes": 5,
    "retentionDays": 30,
    "projectCount": 1,
    "teamMembersPerProject": 1,
    "teamMembers": 1,
    "apiCallsPerDay": 10000,
    "storageLimit": 5120
  },
  "usage": {
    "monitors": {
      "current": 3,
      "limit": 5,
      "percentage": 60
    },
    "statusPages": {
      "current": 3,
      "limit": 5,
      "percentage": 60
    },
    "teamMembers": {
      "current": 3,
      "limit": 5,
      "percentage": 60
    },
    "projects": {
      "current": 3,
      "limit": 5,
      "percentage": 60
    },
    "apiCalls": {
      "current": 3,
      "limit": 5,
      "percentage": 60
    },
    "storage": {
      "current": 3,
      "limit": 5,
      "percentage": 60
    }
  }
}

Authorizations

Authorization
string
header
required

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

Response

Returns current subscription status and usage

currentPlan
enum<string>
required

Current subscription plan

Available options:
free,
pro,
enterprise
Example:

"free"

status
enum<string>
required

Subscription status

Available options:
active,
past_due,
canceled,
trialing
Example:

"active"

limits
object
required

Plan limits

usage
object
required

Current usage metrics