Error handling
A table containing the most frequent error codes returned by the Mimir API can be found below. If you need help resolving common issues related to the Mimir API, refer to the troubleshooting page.
Error responses
400 | BAD REQUEST The server could not understand the request due to invalid syntax. This could happen, for example, due to the invalid data type and prohibited data duplication. |
401 | UNAUTHORIZED You do not have access rights to the content which means that your request was unauthorized. |
413 | PAYLOAD TOO LARGE The request entity exceeded the limits set on the server. |
429 | TOO MANY REQUESTS You have exceeded the rate limit of API requests for your organisation. Visit the rate limits page to understand your organisations current rate limit. |
500 | INTERNAL SERVER ERROR This error appears when invalid or conflicting data has been provided in a request. |