Error Types
When making an API call to Kredete's endpoints, we use standard HTTP response codes to communicate the outcome of the request.
Below, we’ve outlined common API errors you may encounter with Kredete and provided guidance on how to resolve them. For widget-related issues, please reach out to our support team for assistance.
Code | Status Code | Description |
---|---|---|
400 | Bad Request | The request was not accepted, often due to missing a required parameter. |
401 | Unauthorized | Unauthorized for missing or invalid authentication tokens/API Keys |
403 | Forbidden | Forbidden when access is denied/ The API key doesn’t have permissions to perform the request. |
404 | Not Found | The requested resources don’t exist |
500 | Internal Server Error | Something went wrong on Kredetes’ end. Please contact support for further investigation |
Get all the error codes both common or specific and add it to a table. Code, state code, and description we can make use of a table so it can be easy to understand.
Updated 3 months ago