Errors
The API uses HTTP status codes to indicate errors while processing requests. These error codes are used by the API:
400 | Bad request error. Returns an ErrorModel object. |
403 | Authentication or authorization error. Returns an ErrorModel object. |
404 | The requested data entity does not exist |
Error code 400 and 403 returns an ErrorModel object with an explanation of erroneous fields.