API Guidelines
Follow these standard guidelines when interacting with GrowSurf APIs.
Responses
Rate Limits
{
"name": "RateLimit",
"code": "RATE_LIMIT",
"message": "You have reached your minute limit.",
"status": 429,
"supportUrl": "https://growsurf.com/settings#contact_support",
"policyName": "MINUTE",
"level": "error",
"timestamp": "2019-12-08T00:05:45.478Z"
}Rate Headers
Header
Description
Policies
Policy
Limit
Slowdown Rate
Max Connections
Suggestions
1. Cache data for repeat calls
2. Use Webhooks to get updated data from GrowSurf
Metadata
MetadataLast updated
Was this helpful?