Status Codes

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 OKThe API call is successful.
400 Bad RequestThe parameters supplied with the request are invalid. Response body will contain details about which parameter is incorrect.
401 UnauthorizedOAuth access token is invalid. It might have been expired.
404 Not FoundThe requested resource is not found.
429 Too Many RequestsToo 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 ErrorUnexpected error occured at the API server. These errors are logged in system and will be reviewed and fixed as they occur.