{
"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
}
}
}{
"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
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Returns current subscription status and usage
Current subscription plan
free, pro, enterprise "free"
Subscription status
active, past_due, canceled, trialing "active"
Plan limits
Show child attributes
Maximum number of monitors allowed
5
Maximum number of status pages allowed
1
Available notification channels
email, slack, discord, teams, webhook ["email"]Minimum check frequency in minutes
5
Number of days to retain monitoring data
30
Maximum number of projects
1
Maximum team members per project
1
Maximum total team members across all projects
1
Maximum API calls per day
10000
Storage limit in MB
5120
Current usage metrics
Show child attributes