Medipim BE - API V4

Developer documentation

Error Handling

(Last updated: 25/04/2024)

Below is a list of possible error codes, along with additional information about how to resolve them.

You can also trigger some specific error codes for test purposes.

Error 400 - Bad Request
The server cannot or will not process the request.

Error 401 - authentication.not_authenticated
The request lacks valid authentication credentials.

Error 403 - Validation failed
The credentials you provided were not sufficient to be able to receive a response.

Error 404 - Not found
This will happen when trying to ask the server for something that doesn't exist or can't be found.

Error 429 - too_many_requests
The user has sent too many concurrent requests and they can't be handled.

Error 500 - Server error
The server encountered an error and your request can't be fulfilled for the time being.