Skip to content

Commit b123cea

Browse files
committed
rate limit notes
more things
1 parent 7180c96 commit b123cea

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

source/includes/_activity.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
7070
"id": 123,
7171
"name": "Social Customer Care",
7272
"comment": "Social customer care team members"
73-
},
73+
}
7474
```
7575

7676

@@ -198,6 +198,10 @@ Request:
198198

199199
## Errors
200200

201-
**Error Responses**
201+
## Rate Limiting
202+
203+
The API may rate limit requests made by your application. Our rate limits are managed by an allowed number of requests per time window. A single request could be to retrieve a list of users, or query a particular chart endpoint.
204+
205+
The rate limit is *100 requests per 5 minutes per API Token.*
202206

203-
**Rate Limiting**
207+
In the case you are rate limited a "429 Rate limited exceeded" response will be returned.

source/includes/_content.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,6 @@ In this result the term is referring to the location code.
620620
"term": "product related",
621621
"count": 2000
622622
},
623-
}
624623
]
625624
}
626625
```

0 commit comments

Comments
 (0)