2xxrange, it means the request succeeded.4xxrange, there was a problem with your request.5xxrange, an error occurred on the Bitski servers (very rare).
4xx and 5xx messages follow a standard error message response:
JSON
| Status Code | Status | Description |
|---|---|---|
| 200 | OK | The request succeeded as expected. |
| 201 | Created | The request succeeded and Bitski created the new item or updated it successfully. |
| 400 | Bad Request | The request failed. This is usually due to a misconfigured required parameter. |
| 401 | Unauthorized | A valid API wasn’t provided. |
| 403 | Forbidden | The API token doesn’t have the permissions needed to perform the request. |
| 404 | Not Found | The requested resource doesn’t exist. |
| 500, 502, 503, 504 | Server Errors | Bitski’s servers are having trouble (very rare). Review any announcements at bitski.com and report this to Support. |