While invoking Transware APIs, users can expect to receive the following HTTP Status Code responses:
| HTTP Status Code | Meaning |
| 200 OK | Indicates that the request has succeeded. |
| 400 Bad Request | The server could not understand the request due to incorrect syntax. The client should NOT repeat the request without modifications. |
| 401 Unauthorized | Indicates that the request requires user authentication information. The client MAY repeat the request with a suitable Bearer Token |
| 403 Forbidden | Unauthorized request. The client does not have access rights to the content. Unlike 401, the client’s identity is known to the server. |
| 404 Not Found | The server cannot find the requested resource. |
| 500 Internal Server Error | The server encountered an unexpected condition that prevented it from fulfilling the request. |
