Return codes
Return codes
The Mindbaz API uses conventional HTTP response codes to indicate the success or failure of an API request.
Code | Raison | Description |
---|---|---|
200 | OK | All went as planned! |
400 | Bad Request | One or more parameters are missing or perhaps misspelled (unknown resource or action). |
401 | Unauthorized | The application failed to authenticate you, which may be due to a missing Bearer Token, a bad Bearer Token provided, or an expired Bearer Token. |
500 | Internal Server Error | If you have a Bearer Token error, please contact us and we'll try to fix it for you. When such an error occurs, it will contain an error message in its description, which is crucial for us to track the problem and identify the root cause. Please contact our support team with the error you receive and we will do our best to help you. |