Skip to main content

Return codes

Return codes

The Mindbaz API uses conventional HTTP response codes to indicate the success or failure of an API request.

CodeRaisonDescription
200OKAll went as planned!
400Bad RequestOne or more parameters are missing or perhaps misspelled (unknown resource or action).
401UnauthorizedThe application failed to authenticate you, which may be due to a missing Bearer Token, a bad Bearer Token provided, or an expired Bearer Token.
500Internal Server ErrorIf 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.