Striven REST API uses standard HTTP codes when returning API response. Error details are are provided in the response body whereever applicable.
| Status Code | Description |
|---|---|
| 200 OK | The API call is successful. |
| 400 Bad Request | The parameters supplied with the request are invalid. Response body will contain details about which parameter is incorrect. |
| 401 Unauthorized | OAuth access token is invalid. It might have been expired. |
| 404 Not Found | The requested resource is not found. |
| 429 Too Many Requests | Too many requests were sent to the API in a given amount of time. See the rate limits that correspond to your Striven plan for details. |
| 500 Internal Server Error | Unexpected error occured at the API server. These errors are logged in system and will be reviewed and fixed as they occur. |