You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -981,6 +981,20 @@ nps_score | average nps score | number
981
981
982
982
## Errors
983
983
984
+
The API may return the following error codes.
985
+
986
+
Code | Type | Description |
987
+
---------|-------------|------|
988
+
400 | Invalid report - date range is too long | Your date range must be not greather than 12 months
989
+
400 | Invalid report - starting date is a future date | Starting date must be in the past
990
+
400 | Invalid report - invalid type| Chart type provided is invalid
991
+
401 | Unauthorized - api token not matching| Your API token provided is not valid
992
+
401 | Unauthorized | missing authentication data | API token is missing
993
+
404 | Not found | General error for malformed request
994
+
429 | Rate limited exceeded | You're making too many requests
995
+
996
+
997
+
984
998
## Rate Limiting
985
999
986
1000
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.
0 commit comments