They are HTTP RESPONSE standard status code. Here are the most common ones:
STATUS CODE | RESPONSE | DESCRIPTION |
200 | OK | We received the request |
201 | Created |
We received the request and created something. For example, we received a file upload request and a file is created. |
204 | No content | Incorrect locale used |
400 | Bad request | Incorrect parameters (input data) |
401 | Unauthorized |
Authentication error: invalid API key, miscalculated dev hash, etc. More details. |
5xx | Error | Please report a bug to support@oneskyapp.com |
Comments
0 comments
Please sign in to leave a comment.