PlanLimits
Usage limits for a subscription plan.
api_callsApi Calls (integer)required
Monthly API call limit (-1 for unlimited)
geofencesGeofences (integer)required
Maximum number of geofences (-1 for unlimited)
webhooks_deliveredWebhooks Delivered (integer)required
Monthly webhook delivery limit (-1 for unlimited)
test_pointsTest Points (integer)required
Monthly test point limit (-1 for unlimited)
rate_limit_per_hourRate Limit Per Hour (integer)required
Hourly rate limit
log_retention_daysLog Retention Days (integer)
Log retention in days (-1 for unlimited)
Default value:
7location_retention_daysLocation Retention Days (integer)
Location data retention in days
Default value:
90PlanLimits
{
"api_calls": 0,
"geofences": 0,
"webhooks_delivered": 0,
"test_points": 0,
"rate_limit_per_hour": 0,
"log_retention_days": 7,
"location_retention_days": 90
}