6. HTTP Status Codes
All success/error codes use standard HTTP status codes. These codes in the table are used in Thru MFT API.
2XX - Operation success. 4XX - Client-side error. 5XX - Server-side error
Status Code | Description |
200 | OK |
201 | Created |
202 | Accepted (Request accepted, and queued for execution) |
400 | Bad request |
401 | Authentication failure |
403 | Forbidden |
404 | Resource not found |
405 | Method Not Allowed |
409 | Conflict |
412 | Precondition Failed |
413 | Request Entity Too Large |
500 | Internal Server Error |
501 | Not Implemented |
503 | Service Unavailable |