Learn how the WinWinKit API returns errors and handle them in your code.
Status | Name | Description |
---|---|---|
200 | OK | Success. |
201 | Created | Object created. |
400 | Bad Request | Check that the request format was correct. |
401 | Unauthorized | The API key used was missing or invalid. |
404 | Not Found | The resource was not found. |
422 | Unprocessable Entity | Check that the request data was correct. |
424 | Failed Dependency | Request to the external service (e.g. App Store Connect) has failed. |
429 | Too Many Requests | The rate limit was exceeded. |
500 | Internal Server Error | Indicates an error with WinWinKit servers. |
Status | Code | Description |
---|---|---|
400 | BAD_REQUEST | The request is not valid. |
400 | BODY_INVALID | The request body is the wrong type and is not valid JSON. |
401 | UNAUTHORIZED | The rate limit was exceeded. |
403 | FORBIDDEN | The method and path combination is valid, but not allowed due to access restrictions. |
404 | NOT_FOUND | The resource does not exist. |
404 | PATH_ERROR | The path is not valid. For example, GET https://api.winwinkit.com/lol is not a valid path in this API. |
422 | PARAMETER_ERROR.INVALID | The parameter is allowed but has an invalid value or type. |
422 | PARAMETER_ERROR.REQUIRED | A required parameter is missing. |
429 | TOO_MANY_REQUESTS | Too many requests. |
500 | INTERNAL_SERVER_ERROR | Indicates an error with WinWinKit servers. |